brintos

brintos / llvm-project-archived public Read only

0
0
Text · 137 B · b09c6f6 Raw
7 lines · c
1#ifndef SOME_BROKEN_LIB_H2#define SOME_BROKEN_LIB_H3 4void do_something_with_pointers(int *ptr1, int *ptr2);5 6#endif // SOME_BROKEN_LIB_H7