vala: Allow read-only properties
[vala-gnome.git] / tests / structs / bug658048.vala
blobdda3b0ee35f43ed13c7bb85de2073e500a6670ff
1 void main () {
2 Value a = 10;
3 bool res = a == a;