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