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