xref: /aosp_15_r20/external/skia/tests/sksl/errors/VoidVariable.glsl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1### Compilation failed:
2
3error: 4: variables of type 'void' are not allowed
4void a;
5^^^^^^
6error: 5: variables of type 'void' are not allowed
7void b = func();
8^^^^^^^^^^^^^^^
9error: 11: unknown identifier 'a'
10        case 1: void c = a;
11                         ^
12error: 11: variables of type 'void' are not allowed
13        case 1: void c = a;
14                ^^^^^^^^^^
154 errors
16