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/015-define-object-with-parens.c
4
5
4
7
views
1
#define foo ()1
2
foo
(
)
3
#define bar ()2
4
bar
(
)
5
6