Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeitem / data / qtbug_16871.qml
1 import QtQuick 1.0
2
3 Item {
4     children: [ 10 ]
5 }