index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
tests
/
100-macro-with-colon.c
blob: 31dbb9a9edcc797c11872f2c039d1129dbd51e6b (
plain
)
1
2
3
4
5
6
7
#define one 1
#define two 2
switch
(
1
) {
case
one
+
two
:
break
;
}