Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeanchors / data / crash1.qml
1 import QtQuick 1.0
2
3 Column {
4     Text {
5         text: "foo"
6         anchors.fill: parent
7     }
8     Text {
9         text: "bar"
10     }
11 }