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
/
056-macro-argument-with-comma.c
blob: 58701d1f25b5f97cbad577509fd2f3f43453be08 (
plain
)
1
2
3
4
#define bar with,embedded,commas
#define function(x) success
#define foo function
foo
(
bar
)