Unknown state [2025-08-04]
This commit is contained in:
8
glfw-vulkan/scratch/goto.zig
Normal file
8
glfw-vulkan/scratch/goto.zig
Normal file
@@ -0,0 +1,8 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn main() void {
|
||||
acquire: while (true) {
|
||||
continue :acquire;
|
||||
break :acquire;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user