aboutsummaryrefslogtreecommitdiff
path: root/tests/rvalue/rvalue.ek
blob: 4864faeaf73bb4751142a42fd2ecd372ddbf159c (plain) (blame)
1
2
3
4
5
6
7
typedef i27 {}

main()
{
	/* should parse, but give an error about lvalue vs rvalue */
	20 = 20;
}