glcpp: Add several tests for diagnostics.

Which are proving to be useful since some of these tests are not yet
acting as desired, (in particular, the unterminated if test is not
generating any diagnostic).
This commit is contained in:
Carl Worth
2010-08-11 13:48:13 -07:00
parent 5a6285cc86
commit cb5ea0c79b
20 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
0:1(10): preprocessor error: Macro names starting with "__" are reserved.
0:2(9): preprocessor error: Macro names starting with "GL_" are reserved.