struct main function c in unix

C
/* main.c */
int main(int argc, char *argv[]) {

}$ gcc main.c
$ ./a.out -o foo -vv 
$
Source

Also in C: