summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanchors/data/crash1.qml
blob: de66067ce67cd98384c01f261d785932538ee2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 1.0

Column {
    Text {
        text: "foo"
        anchors.fill: parent
    }
    Text {
        text: "bar"
    }
}