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