Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c
4547 views
1
#define foo(x) (x)
2
foo(argument(including parens)for the win)
3
4