summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/scriptengine/data/component2.qs
blob: b27e45c838ec326508dd721bd886f12aa14738c4 (plain)
1
2
3
4
5
6
function Component()
{
    print("script function: " + arguments.callee.name);
    // adding some broken javascript code here
    broken + 789634
}