/*
* This is a minimal C program, which does nothing at all,
* and returns a zero status.
*/
main(){exit(0);}
