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