Mercurial > ~dholland > hg > ag > index.cgi
comparison tests/mpp/includes.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 #define AAA <includes.h> | |
2 #define BBB "includes.h" | |
3 #define CCC(x) "includes.h" | |
4 #define DDD(x) #x | |
5 | |
6 #include AAA | |
7 #include BBB | |
8 #include CCC(1) | |
9 #include CCC(includes.h) | |
10 | |
11 #define includes wrong | |
12 #include "includes.h" | |
13 #include <includes.h> | |
14 |