Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
VoidVariable.rts
blob: a48b15e2d2e556401b1b3d0713b0dc209261b360 [
file
] [
log
] [
blame
]
// Expect 3 errors
void
func
();
void
a
;
void
b
=
func
();
/*%%*
variables of type 'void' are not allowed
variables of type 'void' are not allowed
global variable initializer must be a constant expression
*%%*/