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
/
glcpp
/
tests
/
021-define-func-compose.c
blob: 21ddd0e65f9986757e475a2b51be5390f2b21635 (
plain
)
1
2
3
#define bar(x) (1+(x))
#define foo(y) (2*(y))
foo
(
bar
(
3
))