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