| ... | @@ -1,3 +1,8 @@ | ... | @@ -1,3 +1,8 @@ |
| | 1 | // SPDX-License-Identifier: MIT |
| | 2 | // Copyright (c) 2015-2020 Zig Contributors |
| | 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. |
| | 4 | // The MIT license requires this copyright notice to be included in all copies |
| | 5 | // and substantial portions of the software. |
| 1 | const builtin = @import("builtin"); | 6 | const builtin = @import("builtin"); |
| 2 | const std = @import("std"); | 7 | const std = @import("std"); |
| 3 | const assert = std.debug.assert; | 8 | const assert = std.debug.assert; |