packages feed

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

function main() {
	try {
	  print(1);
	} catch(x) {
	  print(2);
	}
}