brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · 1972c2a Raw
12 lines · c
1#pragma clang diagnostic push2#pragma clang diagnostic ignored "-Weverything"3 4namespace std {5  void wibble();6}7 8#pragma clang diagnostic pop9 10namespace std {11}12