index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
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
)