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
/
060-left-paren-in-macro-right-paren-in-text.c
blob: ed80ea879ceaea19a677775249e52394439a144c (
plain
)
1
2
3
#define double(a) a*2
#define foo double(
foo
5
)