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/007-define-composite-recursive.c
4
5
4
7
views
1
#define foo a bar
2
#define bar b baz
3
#define baz c foo
4
foo
5
bar
6
baz
7
8