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