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