aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qv4debugger/data/module1.js
blob: 9ce1f1e6b1088eb10493061625ba33b7c4e3d167 (plain)
1
2
3
4
5
.pragma library

.import "module2.mjs" as Module2

Module2.crashMe();