• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Trivial C program to test the compiler
3  */
4 
main(int argc,char * argv[])5 int main(int argc, char *argv[])
6 {
7     return 0;
8 }
9