brintos

brintos / llvm-project-archived public Read only

0
0
Text · 49 B · 378ff31 Raw
6 lines · cpp
1#include "foo.h"2void use() {3  f1();4  foo f;5}6