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