diff options
Diffstat (limited to 'tinycc/tests/pp/08.c')
| -rw-r--r-- | tinycc/tests/pp/08.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinycc/tests/pp/08.c b/tinycc/tests/pp/08.c new file mode 100644 index 0000000..93018e1 --- /dev/null +++ b/tinycc/tests/pp/08.c @@ -0,0 +1,4 @@ +// test macro expansion in arguments +#define s_pos s_s.s_pos +#define foo(x) (x) +foo(hej.s_pos) |
