Add test for #undef.
authorCarl Worth <cworth@cworth.org>
Wed, 12 May 2010 19:51:31 +0000 (12:51 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 12 May 2010 20:11:23 +0000 (13:11 -0700)
Which hasn't been implemented yet, so this test fails.

tests/009-undef.c [new file with mode: 0644]

diff --git a/tests/009-undef.c b/tests/009-undef.c
new file mode 100644 (file)
index 0000000..3fc1fb4
--- /dev/null
@@ -0,0 +1,4 @@
+#define foo 1
+foo
+#undef foo
+foo