comparison 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
comparison
equal deleted inserted replaced
34:c24cbfa44f81 35:b30f69cab9bc
1 #define mac(r)o
2 mac(3)
3 mac()