forked from mirrors/gecko-dev
MozReview-Commit-ID: IWxzKfWNIHG --HG-- extra : rebase_source : d2bd65c66541e5d6e8d5cc721b117f0a3e7716e8
3 lines
64 B
C++
3 lines
64 B
C++
void test() {
|
|
for (float x = 0.1f; x <= 1.0f; x += 0.1f) {}
|
|
}
|