OpenGrok
Cross Reference: 080-if-without-expression.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
080-if-without-expression.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
/* Error message for unskipped #if with no expression. */
2
#
if
3
#
endif
4
5