xref: /llvm-project/clang/test/Preprocessor/x86_asm_flag_output.c (revision 90868bb0584f657c2b307309c217dece1f13b0ac)
1 // RUN: %clang -target i386-unknown-unknown -x c -E -dM -o - %s | FileCheck -match-full-lines %s
2 // RUN: %clang -target x86_64-unknown-unknown -x c -E -dM -o - %s | FileCheck -match-full-lines %s
3 
4 // CHECK: #define __GCC_ASM_FLAG_OUTPUTS__ 1
5