summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/script.10.qml
blob: 516e878c46ba97dd7233882e38b8603fd56e411a (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6

Item {
    Component {
        Item {}
        Script {}
    }
}