import Test 1.0
import QtQml 2.0
SimpleObjectWithCustomParser {
    intProperty: 42
    property string qmlString: "Hello"
    property var someObject: QtObject {}
}
