xref: /aosp_15_r20/external/skia/tests/sksl/errors/UsingInvalidValue.glsl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Worker### Compilation failed:
2*c8dee2aaSAndroid Build Coastguard Worker
3*c8dee2aaSAndroid Build Coastguard Workererror: 3: expected '(' to begin constructor invocation
4*c8dee2aaSAndroid Build Coastguard Workervoid expect_constructor_invocation()                   { int x = int; }
5*c8dee2aaSAndroid Build Coastguard Worker                                                                    ^
6*c8dee2aaSAndroid Build Coastguard Workererror: 4: expected '(' to begin constructor invocation
7*c8dee2aaSAndroid Build Coastguard Workervoid expect_constructor_invocation_extra_initializer() { int x, y = int; }
8*c8dee2aaSAndroid Build Coastguard Worker                                                                       ^
9*c8dee2aaSAndroid Build Coastguard Workererror: 5: expected '(' to begin function call
10*c8dee2aaSAndroid Build Coastguard Workervoid expect_function_call()                            { int x = func; }
11*c8dee2aaSAndroid Build Coastguard Worker                                                                     ^
12*c8dee2aaSAndroid Build Coastguard Workererror: 6: expected '(' to begin function call
13*c8dee2aaSAndroid Build Coastguard Workervoid expect_function_call_extra_initializer()          { int x, y = func; }
14*c8dee2aaSAndroid Build Coastguard Worker                                                                        ^
15*c8dee2aaSAndroid Build Coastguard Workererror: 8: expected '(' to begin constructor invocation
16*c8dee2aaSAndroid Build Coastguard Workerint  g_expect_constructor_invocation                       = int;
17*c8dee2aaSAndroid Build Coastguard Worker                                                                ^
18*c8dee2aaSAndroid Build Coastguard Workererror: 9: expected '(' to begin constructor invocation
19*c8dee2aaSAndroid Build Coastguard Workerint  g_expect_constructor_invocation_extra_initializer, ix = int;
20*c8dee2aaSAndroid Build Coastguard Worker                                                                ^
21*c8dee2aaSAndroid Build Coastguard Workererror: 10: expected '(' to begin function call
22*c8dee2aaSAndroid Build Coastguard Workerint  g_expect_function_call                                = func;
23*c8dee2aaSAndroid Build Coastguard Worker                                                                 ^
24*c8dee2aaSAndroid Build Coastguard Workererror: 11: expected '(' to begin function call
25*c8dee2aaSAndroid Build Coastguard Workerint  g_expect_function_call_extra_initializer,          iy = func;
26*c8dee2aaSAndroid Build Coastguard Worker                                                                 ^
27*c8dee2aaSAndroid Build Coastguard Worker8 errors
28