Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
Ossfuzz50922.glsl
blob: a8a5fe58df083ff6bf8c48fe78ff5f41c4207af9 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
unsized arrays are
not
permitted here
struct
Tes
{
int
[]
i
;};
Tes$
(){
Tes$
;}
^^^^^
error
:
1
:
function
'$'
can
exit
without returning a value
struct
Tes
{
int
[]
i
;};
Tes$
(){
Tes$
;}
^^^^^^^
2
errors