ir_to_mesa: Add support for scalar * mat, vec * mat.
[mesa.git] / src / glsl / glcpp / tests / 063-comments.c.expected
1
2
3
4 f = g /h;
5 l();
6 m = n
7 + p;
8
9 more code here
10
11 are not treated like comments.
12
13
14