blob: 9d62be78ebef616774ffa32567249b81fc5c42a8 [file] [log] [blame]
void main() {
for (int x=0; x<10; ++x) float s = sqrt(4);
}