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

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