brintos

brintos / llvm-project-archived public Read only

0
0
Text · 276 B · 3b9eb5f Raw
14 lines · c
1// RUN: %clang_cc1 -E -verify %s2#define FOO 13 4// The error message should be on the #include line, not the 1.5 6// expected-error@+1 {{expected "FILENAME" or <FILENAME>}}7#include FOO8 9#define BAR BAZ10 11// expected-error@+1 {{expected "FILENAME" or <FILENAME>}}12#include BAR13 14