glcpp: Fix `can not` to `cannot` in error message
[mesa.git] / src / glsl / glcpp / tests / 026-define-func-extra-newlines.c
1 #define foo(a) bar
2
3 foo
4 (
5 1
6 )