MG
Size: a a a
MG
AT
MG
AT
MG
MG
MG
extern void main(int argc, char ** argv);
MG
extern "C" void main(int argc, char ** argv);
since even tho it is being compiled IN the same library as the C++ file, it will not link the same way unless the file defining main
is ALSO a C++ fileAT
void main(int argc, char ** argv);
AT
MG
MG
AT
MG
AT
MG
AT
I
MG
I