xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
087-if-comments.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
if
(
1
== 0)
// dangerous comment
2
fail
3
#
else
4
win
5
#
endif
6