// generated by codegen, do not edit fn test_union() -> () { // A union declaration. // // For example: union U { f1: u32, f2: f32 } }