packages feed

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

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

function f(x) {
	return (x + x);
}