Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
UsingInvalidValue.sksl
blob: 79dddde4bda7e870adbaafb401c231f8b3555f7b [
file
] [
log
] [
blame
]
int
func
()
{
return
1
;
}
void
expect_constructor_invocation
()
{
int
x
=
int
;
}
void
expect_function_call
()
{
int
x
=
func
;
}