summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/_Pragma-syshdr2.c
blob: de7f2d3dc3b155877c35e46d7c6fe3b795cfab1c (plain)
1
2
3
4
5
// RUN: clang-cc -E %s 2>&1 | grep 'file not found'

#define DO_PRAGMA _Pragma 
DO_PRAGMA ("GCC dependency \"blahblabh\"")

OpenPOWER on IntegriCloud