glcpp: Add division by zero test cases.

This commit is contained in:
Vinson Lee
2011-01-04 13:18:19 -08:00
parent 50630f9016
commit 6530944b50
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#if (1 / 0)
#endif

View File

@@ -0,0 +1,2 @@
#if 1 || (1 / 0)
#endif