// test_clang.c #include int main() { printf("Hello, World!\n"); return 0; }