diff tests/t10.c @ 35:b30f69cab9bc

Add another test. Joerg says that #define foo()x is legal in traditional cpp, so let's make it a test case.
author David A. Holland
date Sat, 30 Mar 2013 20:39:03 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/t10.c	Sat Mar 30 20:39:03 2013 -0400
@@ -0,0 +1,3 @@
+#define mac(r)o
+mac(3)
+mac()