]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/pperror.qc
Merge branch 'divVerent/ftypeless-stores' of git://git.xonotic.org/xonotic/gmqcc...
[xonotic/gmqcc.git] / tests / pperror.qc
1 /*
2  * Cause a compile-time error via preprocessor directive.  This code should
3  * not compile.
4  */
5 #error "Fail to compile"