Rekai Musuka

Results 3 issues of Rekai Musuka

### Zig Version 0.10.0-dev.3981+60678f5ba ### Steps to Reproduce Given the example source: ```zig const std = @import("std"); test "this passes" { var tmp: u8 = undefined; try std.testing.expect(tmp == 0xAA);...

bug
docs

Hello!, when running the `sine.zig` example on Windows 10 Build 19045, I receive the following output ```  ~\AppData\Local\Temp\sine | 11:07:40 ➜ zig build run info: Took 6.984ms to initialize...

bug
sysaudio

### Zig Version 0.11.0-dev.2375+771d07268 ### Zig Language Server Version 0.11.0-dev.369+55b1aeb ### Steps to Reproduce ```zig //! ExampleStruct.zig var value: u32 = 0; ``` ### Expected Behavior Like the following example:...

bug