Add test for #undef.
Which hasn't been implemented yet, so this test fails.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#define foo 1
|
||||
foo
|
||||
#undef foo
|
||||
foo
|
||||
Reference in New Issue
Block a user