Dominik Maier
Results
2
issues of
Dominik Maier
I have reduced this error to this minimal example: main.zig: ``` const std = @import("std"); const c = @cImport({ @cInclude("test.h"); }); pub fn main() !void { const num = c.getNum();...
bug
contributor friendly
os-windows
upstream
### Zig Version 0.15.2 ### Steps to Reproduce and Observed Behavior In functions taking structs as arguments none of the variables can be found in the watch window. Here is...
bug
os-windows
backend-llvm
debug-info