mirror of
https://github.com/ziglang/zig.git
synced 2026-01-25 08:47:55 +00:00
5 lines
144 B
Zig
5 lines
144 B
Zig
const std = @import("std");
|
|
const expect = std.testing.expect;
|
|
const expectEqual = std.testing.expectEqual;
|
|
const builtin = @import("builtin");
|