cases: fix type names

A different merge must have changed these numbers before this PR was
merged, leading to CI failures.
This commit is contained in:
mlugg 2025-06-07 13:37:51 +01:00 committed by Andrew Kelley
parent e96d86064e
commit aa65fd5d7c

View File

@ -82,5 +82,5 @@ export fn nestedTypes() void {
// @as(*const [17:0]u8, "tmp.UnionInStruct") // @as(*const [17:0]u8, "tmp.UnionInStruct")
// @as(*const [17:0]u8, "tmp.StructInUnion") // @as(*const [17:0]u8, "tmp.StructInUnion")
// @as(*const [16:0]u8, "tmp.UnionInUnion") // @as(*const [16:0]u8, "tmp.UnionInUnion")
// @as(*const [40:0]u8, "struct { tmp.StructInTuple__struct_574 }") // @as(*const [40:0]u8, "struct { tmp.StructInTuple__struct_578 }")
// @as(*const [38:0]u8, "struct { tmp.UnionInTuple__union_581 }") // @as(*const [38:0]u8, "struct { tmp.UnionInTuple__union_585 }")