7 lines
117 B
ArmAsm
7 lines
117 B
ArmAsm
// RUN: clang -E %s &&
|
|
// RUN: not clang -x c -E %s
|
|
|
|
#ifndef __ASSEMBLER__
|
|
#error "__ASSEMBLER__ not defined"
|
|
#endif
|