diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-12 12:49:07 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-12 12:49:07 -0700 |
commit | 39cd7c2f2e2d27a93ad63191f02adb56be31c0ce (patch) | |
tree | 636f5e0a96442b23085ee09a7e3ab624e1a57817 | |
parent | 5070a20cd1e65d52856bd74558f9a34f8dca114f (diff) |
Add test for an empty definition.
Happily this one passes without needing any additional code.
-rw-r--r-- | tests/008-define-empty.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/008-define-empty.c b/tests/008-define-empty.c new file mode 100644 index 0000000000..b1bd17ec21 --- /dev/null +++ b/tests/008-define-empty.c @@ -0,0 +1,2 @@ +#define foo +foo |