]> de.git.xonotic.org Git - xonotic/gmqcc.git/blob - test/include.qc
Implemented support for #include, but it doesn't add an include to the lexer yet.
[xonotic/gmqcc.git] / test / include.qc
1 /*
2  * all of these includes should work.  No matter what the spacing
3  * is,  we rely on it.
4  */
5 #include "include.h"
6 #include  "include.h"
7  #include "include.h"
8  #include  "include.h"
9         #include "include.h"
10 #  include "include.h"
11   #             include "include.h"
12 #include        "include.h"
13 #        include                        "include.h"