| ... | @@ -7833,7 +7833,7 @@ fn readFile(allocator: Allocator, filename: []const u8) ![]u8 { | ... | @@ -7833,7 +7833,7 @@ fn readFile(allocator: Allocator, filename: []const u8) ![]u8 { |
| 7833 | for the current target to match the C ABI. When the child type of a pointer has | 7833 | for the current target to match the C ABI. When the child type of a pointer has |
| 7834 | this alignment, the alignment can be omitted from the type. | 7834 | this alignment, the alignment can be omitted from the type. |
| 7835 | </p> | 7835 | </p> |
| 7836 | <pre>{#syntax#}const expect = @import("std").debug.assert; | 7836 | <pre>{#syntax#}const assert = @import("std").debug.assert; |
| 7837 | comptime { | 7837 | comptime { |
| 7838 | assert(*u32 == *align(@alignOf(u32)) u32); | 7838 | assert(*u32 == *align(@alignOf(u32)) u32); |
| 7839 | }{#endsyntax#}</pre> | 7839 | }{#endsyntax#}</pre> |