13 lines · c
1// RUN: %clang_cc1 -triple=i386-none-none -fsyntax-only -verify %s2// RUN: %clang_cc1 -triple=x86_64-none-none -fsyntax-only -verify %s3 4// Check that we can undefine triple-specific defines without warning5// expected-no-diagnostics6#undef __i3867#undef __i386__8#undef i3869#undef __amd6410#undef __amd64__11#undef __x86_6412#undef __x86_64__13