repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix Windows++ compilation of previous (YX Hao, Joel Bodenmann)
[tinycc.git]
/
tests
/
pp
/
08.c
blob
93018e11f5e37a4e0ec4db92bbeebc0d1018bfb1
1
// test macro expansion in arguments
2
#define s_pos s_s.s_pos
3
#define foo(x) (x)
4
foo
(
hej
.
s_pos
)