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