unplugged-system/external/skia/resources/sksl/errors/CallMain.rts

10 lines
118 B
Plaintext
Raw Normal View History

half4 main(float2 coords);
void func(float2 coords) {
main(coords);
}
/*%%*
call to 'main' is not allowed
*%%*/