| author | |
| committer | |
| log | eff54d672b863c46c3df7f7bbc7239dd585e83f8 |
| tree | 3a2863dd93f170d2f7f19bdf2340696ae9caf17a |
| parent | 3d35188fe8c423e7afed863def0fa9ac347230f2 |
Co-authored-by: lx <lx@e6440.e6440>
Reviewed-on: https://codeberg.org/ziglang/zig/pulls/364251 files changed, 0 insertions(+), 1 deletions(-)
doc/langref/test_packed_structs.zig-1| ... | @@ -1,5 +1,4 @@ | ... | @@ -1,5 +1,4 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const native_endian = @import("builtin").target.cpu.arch.endian(); | ||
| 3 | const expectEqual = std.testing.expectEqual; | 2 | const expectEqual = std.testing.expectEqual; |
| 4 | 3 | ||
| 5 | const Full = packed struct { | 4 | const Full = packed struct { |