blob: a720033f9232d8fdddae994ff75e7ee9f4445451 [file] [log] [blame]
void bar() {
float y = 0.0;
float z = y;
}
void main() {
bar();
}