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