brintos

brintos / llvm-project-archived public Read only

0
0
Text · 70 B · 9c29d59 Raw
9 lines · c
1#include "foo.h"2 3void stop() {}4 5int foo() {6  stop();7  return 0;8}9