aboutsummaryrefslogtreecommitdiff
path: root/examples/issue-7.sil
blob: 81fea4299a476380c8841dd88a89afe1770cac5b (plain) (blame)
1
2
3
4
5
Bool main () {
	Int x;
	x := 10;
	return True;
}