g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / src / glsl / glcpp / tests / 017-define-func-2-args.c
blobc7253835278f4f5eb8422281e8557563d69b5b38
1 #define foo(x,y) ((x)*(y))
2 foo(bar,baz)