This commit is contained in:
Roman Frołow 2024-11-02 14:37:41 +01:00
parent f629d78268
commit 286439cddc

View file

@ -111,6 +111,7 @@ pub fn main() void {
// (which is a zero-bit type that takes up no space at all!): // (which is a zero-bit type that takes up no space at all!):
if (fields[0].??? != void) { if (fields[0].??? != void) {
print(" {s}", .{fields.name}); print(" {s}", .{fields.name});
print(" {s}", .{fields[0].name});
} }
if (fields[1].??? != void) { if (fields[1].??? != void) {