Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
PojavLauncherTeam
Edit Copy
Star
GitHub Repository:
PojavLauncherTeam/mesa
Path:
blob/21.2-virgl/src/compiler/glsl/glcpp/tests/021-define-func-compose.c
4
5
4
7
views
1
#define bar(x) (1+(x))
2
#define foo(y) (2*(y))
3
foo
(
bar
(
3
)
)
4
5