aboutsummaryrefslogtreecommitdiff
path: root/test.sil
blob: 8f6b3716cad7e812a512ace0db90237dbb7a4fcd (plain) (blame)
1
2
3
4
5
Int main () {
	Int x;
	x := 100;
	return x;
}