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