summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/cflags/cppfile.cpp
blob: 1a54d18eec7122b42c1b14bb369296f10a01a3c8 (plain)
1
2
3
4
5
6
7
#ifdef CFLAG
#error CFLAG should not be set
#endif

#ifndef CCFLAG
#error CCFLAG should be set
#endif