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