aboutsummaryrefslogtreecommitdiff
path: root/frontend/cheat.icl
blob: 776f323a12544a9f53b066b92458bdf3a4396ed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
implementation module cheat

i :: !a -> b
i x =
	code
	{	.inline i
			no_op
		.end
	}