Add test for #undef.

Which hasn't been implemented yet, so this test fails.
This commit is contained in:
Carl Worth
2010-05-12 12:51:31 -07:00
parent 39cd7c2f2e
commit 7bdd1f36d9
+4
View File
@@ -0,0 +1,4 @@
#define foo 1
foo
#undef foo
foo