summaryrefslogtreecommitdiff
path: root/tests/055-define-chain-obj-to-func-parens-in-text.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-26 16:18:05 -0700
committerCarl Worth <cworth@cworth.org>2010-05-26 16:18:05 -0700
commita8ea26d7c94526518670e54f44336f433d0ac77c (patch)
tree7dde80a98f3ad380dfe9809d9252508e6597d032 /tests/055-define-chain-obj-to-func-parens-in-text.c
parent00f1ec421edf73516fdcfbbdb651f13eeefe8f08 (diff)
Add two tests developed on the take-2 branch.
The define-chain-obj-to-func-parens-in-text test passes here while the if-with-macros test fails.
Diffstat (limited to 'tests/055-define-chain-obj-to-func-parens-in-text.c')
-rw-r--r--tests/055-define-chain-obj-to-func-parens-in-text.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/055-define-chain-obj-to-func-parens-in-text.c b/tests/055-define-chain-obj-to-func-parens-in-text.c
new file mode 100644
index 0000000000..00f2c2346d
--- /dev/null
+++ b/tests/055-define-chain-obj-to-func-parens-in-text.c
@@ -0,0 +1,3 @@
+#define failure() success
+#define foo failure
+foo()