brintos

brintos / llvm-project-archived public Read only

0
0
Text · 127 B · 04eeacb Raw
16 lines · c
1#ifndef RELOC_H2#define RELOC_H3 4#include <reloc2.h>5 6 7 8 9 10 11 12// Line number 13 below is important13int x = 2;14 15#endif // RELOC_H16