brintos

brintos / llvm-project-archived public Read only

0
0
Text · 250 B · f30e5d4 Raw
5 lines · c
1// expected-warning@+1{{macro 'SYSTEM_MACRO' has been marked as final and should not be undefined}}2#undef SYSTEM_MACRO3// expected-warning@+1{{macro 'SYSTEM_MACRO' has been marked as final and should not be redefined}}4#define SYSTEM_MACRO WoahMoar5