Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
100-macro-with-colon.c
blob: 31dbb9a9edcc797c11872f2c039d1129dbd51e6b [
file
] [
log
] [
blame
]
#define
one
1
#define
two
2
switch
(
1
)
{
case
one
+
two
:
break
;
}