aboutsummaryrefslogtreecommitdiff
path: root/resources/sksl/errors/CallNonFunction.sksl
blob: 0ce09c60222e92840e920ef2a389c015da54e96d (plain)
1
2
3
4
5
6
7
8
void main() {
    float x = 3;
    x();
}

/*%%*
not a function
*%%*/