comparison tests/mpp/broken09.c @ 0:13d2b8934445

Import AnaGram (near-)release tree into Mercurial.
author David A. Holland
date Sat, 22 Dec 2007 17:52:45 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:13d2b8934445
1 /* re-enable this in misc.c if it starts working */
2
3 #define DEFINE #define FOO foo
4 DEFINE
5 #ifdef FOO
6 wrong
7 #else
8 right
9 #endif
10