xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/lib/compilercheck.c (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1 /* Used by the test harness to verify working compiler & preprocessor.  */
main()2 int main()
3 {
4   return 0;
5 }
6