brintos

brintos / llvm-project-archived public Read only

0
0
Text · 67 B · 4c66d1e Raw
8 lines · c
1#include "foo.h"2 3int 4foo (struct bar *bar_ptr)5{6    return 1;7}8