• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s
2
3// CHECK: error: Only comments are supported after #ifndef NAME
4#ifndef MACRO 42
5