summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/prep-ifndef-diag-2.td
blob: 7b5f9dfd24b786108f4f0a64aea0fc65522813d9 (plain)
1
2
3
4
// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s

// CHECK: error: Only comments are supported after #ifndef NAME
#ifndef MACRO 42
OpenPOWER on IntegriCloud