blob: 594a1b3605eb3b4905ae0fc21a637e9f3ad71ca4 [file] [log] [blame]
import QtQuick 2.0
QtObject {
function code() {
// Not correct according to ECMA 5.1, but JSC and V8 accept the following:
do {
;
} while (false) true
}
}