OpenGrok
Cross Reference: 087-if-comments.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
087-if-comments.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
if
(
1
==
0
)
// dangerous comment
2
fail
3
#
else
4
win
5
#
endif
6