Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added another failing test.
  • Loading branch information
icculus committed Mar 3, 2010
1 parent f14debc commit d8af96e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions unit_tests/preprocessor/output/macro-with-arg-as-macro-arg
@@ -0,0 +1,5 @@
// Should produce "RIGHT" and not "l(b)" or whatnot.
#define bb(l) l
#define zz(c) c
#define qq(b) zz(bb(b))
qq(RIGHT)
@@ -0,0 +1 @@
RIGHT

0 comments on commit d8af96e

Please sign in to comment.