unplugged-vendor/external/skia/resources/sksl/errors/UsingInvalidValue.sksl

5 lines
135 B
Plaintext
Raw Normal View History

int func() { return 1; }
void expect_constructor_invocation() { int x = int; }
void expect_function_call() { int x = func; }