DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.3.2-4~bpo70%2B4 / tests / auto / qml / qqmlecmascript / data / qtbug34792.qml
1234567891011121314
import QtQuick 2.1 Rectangle { function foo() { for (var i = 0; i < 1; i++) { if (i >= 0) break return } } }