Skip to content

Commit

Permalink
Added another unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 7, 2010
1 parent 51da77b commit 00f9155
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
@@ -0,0 +1,6 @@
// Should produce RIGHT and not WRONG
#define RI WR
#define GHT ONG
#define z(a) RI##GHT
z(1)

@@ -0,0 +1 @@
RIGHT

0 comments on commit 00f9155

Please sign in to comment.