aboutsummaryrefslogtreecommitdiff
path: root/tests/rvalue.ek
blob: c55f14b163aaa9f232d6ae56a06b8832f53c85ce (plain) (blame)
1
2
3
4
5
main()
{
	/* should parse, but give an error about lvalue vs rvalue */
	20 = 20;
}