aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/crash2.qml
blob: 6ac71eea987305c3809855c0d93131e7ffa6795e (plain)
1
2
3
4
5
import QtQuick 1.0

QtObject {
    objectName: "Hello" + "World"
}