aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple_return.c
blob: cb3368706c2aafaf87570efb5b8239985562497b (plain)
1
2
3
4
int main() {
	int x = 5;
	return x;
}