• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang -undef -x assembler-with-cpp -E %s
2 #ifndef __ASSEMBLER__
3 #error "Must be preprocessed as assembler."
4 #endif
5