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