Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / invalidID.5.qml
1 import Test 1.0
2 import Test 1.0 as hello
3 MyQmlObject {
4     id: hello
5 }
6