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