aboutsummaryrefslogtreecommitdiff
path: root/tests/alias.ek
blob: c6a26d6049db7dccc685302e804bcdec143119b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
typedef i27 {}
typedef i9 {}

typedef int i27;

main()
{
	int a = 10 as i9;
}