brintos

brintos / llvm-project-archived public Read only

0
0
Text · 128 B · 995415c Raw
16 lines · c
1#ifndef RELOC2_H2#define RELOC2_H3#include <stddef.h>4 5 6 7 8 9 10 11 12 13// Line number below is important!14int y = 2;15#endif // RELOC2_H16