Merge pull request #3031 from rg3igalia/sub-group-size-arb-flat-fix
[platform/upstream/glslang.git] / Test / preprocessor.cpp_style_line_directive.vert
1 #extension GL_GOOGLE_cpp_style_line_directive : enable
2
3 #error at "0:3"
4
5 #line 150 "a.h"
6 #error at "a.h:150"
7
8 #line 24
9 #error at "a.h:24"
10
11 #line 42
12 #error at "a.h:42"
13
14 #line 30 "b.cc"
15 #error at "b.cc:30"
16
17 #line 10 3
18 #error at "3:10"
19
20 #line 48
21 #error at "3:48"
22
23 #line 4
24 #error at "3:4"
25
26 #line 55 100
27 #error at "100:55"
28
29 #line 1000 "c"
30 #error at "c:1000"
31
32 #line 42 1
33 #error at "1:42"
34
35 #line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
36 #error at "this-is-a-quite-long-name-maybe-i-should-shorten-it:42"