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

typedef int i27;

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