packages feed

funcons-simple-0.1.0.3: tests/Basic/Basic25.smp

function main() {
	print(f());
}

function f() {
	return 3;
}