forked from mirror/vulkan-zig
Dingen
This commit is contained in:
@@ -3,3 +3,8 @@ const std = @import("std");
|
||||
pub fn main() void {
|
||||
std.debug.warn("Test\n");
|
||||
}
|
||||
|
||||
test "main" {
|
||||
_ = @import("xml.zig");
|
||||
_ = @import("utf8.zig");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user