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
/
060-left-paren-in-macro-right-paren-in-text.c
blob: ed80ea879ceaea19a677775249e52394439a144c (
plain
)
1
2
3
#define double(a) a*2
#define foo double(
foo
5
)