Files
codeql/cpp/ql/test/library-tests/preprocessor/preprocessor/pp.h
2018-08-02 17:53:23 +01:00

19 lines
292 B
C

#pragma once
//#warning "This should happen"
#line 33 "emerald_city.h" // Magic!
//#pragma byte_order(big_endian)
#warning "Not in Kansas any more"
//#define MULTILINE \
/* Hello */ \
world \
/* from */ \
a long \
/* macro */
//#undef \
MULTILINE
//#include \
<pp.h> \
\