mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 07:49:01 -04:00

-undef flag is passed in. Also __ASSEMBLER__ with -x assembler-with-cpp. (Don't ask.) llvm-svn: 132708
5 lines
123 B
C
5 lines
123 B
C
// RUN: %clang -undef -x assembler-with-cpp -E %s
|
|
#ifndef __ASSEMBLER__
|
|
#error "Must be preprocessed as assembler."
|
|
#endif
|