Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / component.2.qml
1 import QtQuick 1.0
2
3 Item {
4     id: myId
5     Component {
6         id: myId
7         QtObject {}
8     }
9 }