index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
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
)