aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/vlib/v/parser/tests/struct_field_expected.vv
blob: bf4929cded8e2f390eccc9880dc58c789cfd5ec2 (plain)
1
2
3
4
5
6
7
8
9
enum TestEnum {
	a b
}

x = {
	.a : 'Alpha'
	.b : 'Beta'
}