Files
codeql/cpp/ql/test/library-tests/preprocessor/preprocessor/pp.h
2025-01-20 11:48:01 +01:00

19 lines
282 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" \
\