index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
036-define-func-non-macro-multi-token-argument.c
blob: b21ff336738cd6ebbd58115aca34b23c7b5aec36 (
plain
)
1
2
3
#define bar success
#define foo(x) x
foo
(
more bar
)