forked from mirrors/gecko-dev
Reformatting this directory can break some of the tests here. Differential Revision: https://phabricator.services.mozilla.com/D13518
3 lines
64 B
C++
3 lines
64 B
C++
void test() {
|
|
for (float x = 0.1f; x <= 1.0f; x += 0.1f) {}
|
|
}
|