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
/
039-func-arg-obj-macro-with-comma.c
blob: 0f7fe632b56720ffdedd2bf36eadcfb4e387e815 (
plain
)
1
2
3
#define foo(a) (a)
#define bar two,words
foo
(
bar
)