Cross Reference: 100-macro-with-colon.c
xref
: /
xsrc
/
external
/
mit
/
MesaLib
/
dist
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
100-macro-with-colon.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
1
#
define
one
1
2
#
define
two
2
3
4
switch
(
1
) {
5
case
one
+
two
:
6
break
;
7
}
8