opnsense-src/test/Preprocessor/_Pragma-dependency.c

8 lines
242 B
C
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 %s -E 2>&1 | grep 'DO_PRAGMA (STR'
// RUN: %clang_cc1 %s -E 2>&1 | grep '7:3'
2009-06-02 13:58:47 -04:00
#define DO_PRAGMA _Pragma
#define STR "GCC dependency \"parse.y\"")
// Test that this line is printed by caret diagnostics.
DO_PRAGMA (STR