mirror of
https://github.com/github/codeql.git
synced 2026-02-13 05:31:22 +01:00
19 lines
282 B
C
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" \
|
|
\
|