import Qt.test 1.0

MyQmlObject {
    objectName: trueProperty ? "foo" : "bar"
}
