compilercheck.c 102 B

12345
  1. /* Used by the test harness to verify working compiler & preprocessor. */
  2. int main()
  3. {
  4. return 0;
  5. }