OpenGrok
Cross Reference: 100-macro-with-colon.c.expected
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
100-macro-with-colon.c.expected
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
2
3
4
switch (1) {
5
case 1 + 2:
6
break;
7
}
8
9