brintos

brintos / llvm-project-archived public Read only

0
0
Text · 60 B · 1307c13 Raw
6 lines · c
1#include "stub.h"2 3void foo() {4  puts("Hello world!\n");5}6