aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/importsFromImportPath.qml
blob: 18a6f281f5e1ac6aecb755c30b8eae062579e5e0 (plain)
1
2
3
4
5
import Module

NotCompiled {
    property int bar: foo + 16
}