nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 017-define-func-2-args.c
1 #define foo(x,y) ((x)*(y))
2 foo(bar,baz)