I have a simple c code:
// main.c #include void foo() { } int main() { return 0; }
Output of following command