aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/include_pragma_outer.js
blob: d87bafc81615b56620946ccb32837d754f0876c3 (plain)
1
2
3
4
5
6
Qt.include("include_pragma_inner.js")

function callFunction() {
    return getValue();
}