index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
029-define-chain-obj-to-func-with-args.c
blob: 261f7d28fc2dc33b005137320197a407c14c6ef1 (
plain
)
1
2
3
#define bar(failure) failure
#define foo bar(success)
foo