Merge pull request #3031 from rg3igalia/sub-group-size-arb-flat-fix
[platform/upstream/glslang.git] / Test / comment.frag
1          
2           //
3 /* anotehn t* ontuh * / tnoahnt /* oo */
4 /* multi line...
5
6 ao */
7 /*  no escape \
8 oanot */
9 // escape nothing \o oeu
10 // escape newline \
11 still in a comment
12 // escape newline \
13
14 // a different comment
15 #version 430 core
16 in vec4 v;
17 void main() {}
18
19