aboutsummaryrefslogtreecommitdiff
path: root/resources/sksl/errors/UnscopedVariableInIf.sksl
blob: 89cef37eead7875678cf165a63804b1360f13e6f (plain)
1
2
3
4
5
6
7
void main() {
    if (true) half4 x;
}

/*%%*
variable 'x' must be created in a scope
*%%*/