Sign in
eclipse
/
ptp
/
org.eclipse.photran
/
6df6cffdd4293044abe489eada02a2c34e14b447
/
.
/
org.eclipse.photran.core.vpg.preprocessor.c.tests
/
cpp-test-code
/
macro_test_files
/
empty_macro_test.f90
blob: 310fcc4dc456441564c0873812553247d564e5eb [
file
] [
log
] [
blame
]
There
may be a problem reconstructing source code
if
a macro does
not
produce any tokens
,
because the macro invocation cannot be attached to
the macro expansion
.
#define
BLANK
#define
ECHO
(
x
)
x
/*1*/
BLANK
//2
/*3*/
ECHO
()
//4