aboutsummaryrefslogtreecommitdiff
path: root/resources/sksl/errors/ReturnDifferentType.rts
blob: 6650cf2906a842a71361f1fe2e93280a769e0dc0 (plain)
1
2
3
4
5
6
int func() { return 1; }
void func() {}

/*%%*
functions 'void func()' and 'int func()' differ only in return type
*%%*/