aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/JsLibrary/HelperLibrary.js
blob: cf75a11b72b90d4e5ff3b0852e2c46131666fbb0 (plain)
1
2
3
4
5
.pragma library

function foo() {
	return "Hello World";
}