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