ref: ff5b36e280ae269eaa3835006f0f46fbe1bb2d2f dir: /tests/cc/execute/0131-hello.c/
#include <stdio.h> int main(void) { printf("hello world\n"); return 0; }