blob: 717cdb5715a6d80915ad32582e93a096830f1c2f [file] [log] [blame]
import QtQuick 2.0
QtObject {
// PLEASE NOTE: the function below is whitespace and newline sensitive,
// because that is what the test is all about.
//
// So: DO NOT REFORMAT THE CODE BELOW!
function code() {
var a, b, c;
a=b
++c
if (a === b) {
}
}
}