Back to home page

OSCL-LXR

 
 

    


0001 /* Trivial program to check that compilation with certain flags is working. */
0002 
0003 #include <stdio.h>
0004 
0005 int
0006 main(void)
0007 {
0008     puts("");
0009     return 0;
0010 }