Closed DenialAdams closed 8 months ago
struct Foo { x: u8 = 10, } static F: Foo = Foo {}; proc main() { print(int_to_string(F.x as i64)); }
Fixed by removing struct default values for now