Sign in
skia
/
skia
/
84895364183b2c633bea69c72ae5ece1065d3ed3
/
.
/
tests
/
sksl
/
errors
/
InterfaceBlockWithNoMembers.glsl
blob: 96aea9083f0f7dd993dd95286e7a4a078f4fda2d [
file
]
### Compilation failed:
error
:
1
:
interface
block
'S'
must contain at least one field
const
S
{};
^
error
:
2
:
interface
block
'testBlock'
must contain at least one field
testBlock
{}
x
[
2
];
^^^^^^^^^
2
errors