Initial release

This commit is contained in:
Pierre Pronchery 2008-04-16 14:45:01 +00:00
parent 0208f627d4
commit 8df40f9cf1
2 changed files with 7 additions and 0 deletions

6
src/test/defines.txt Normal file
View File

@ -0,0 +1,6 @@
#undef ndef
#define a b
#define def123
#define df2 some text
#define df2
#undef def123

1
src/test/recursion.txt Normal file
View File

@ -0,0 +1 @@
#include "test/recursion.txt"