brintos

brintos / llvm-project-archived public Read only

0
0
Text · 206 B · 8a394a9 Raw
18 lines · c
1#ifndef SYSTEM_HEADER_H2#define SYSTEM_HEADER_H3 4#define SYSTEM_MACRO(m) int m = 05 6namespace SYSTEM_NS {7class structure {8  int member;9};10 11float global;12 13void function() {14}15}16 17#endif // SYSTEM_HEADER_H18