aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/_Pragma-in-include.c
blob: 6a121946bf0ce286e3bebeae874764050785e673 (plain)
1
2
3
4
// RUN: %clang_cc1 -E %s -verify

// Don't crash, verify that diagnostics are preserved
#include _Pragma( // expected-error {{_Pragma takes a parenthesized string literal}} expected-error {{expected "FILENAME"}}