// TEST:SIMPLE: -entry main -target exe -pass-through c #include #include int main(int argc, char** argv) { printf("Hello World!\n"); return 0; }