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