/** RUN: clang %s -o %S/hello-world && %S/hello-world | filecheck %s CHECK: Hello world */ #include int main() { printf("Hello bora\n"); return 0; }