codegen: Fix floating reference regression with Variants
[vala-gnome.git] / tests / basic-types / bug648364.vala
blob1a41fd4a27087593d3bb2d9583aa5842238d6fa2
1 const int foo = 3;
3 void main() {
4 int? bar = foo;