Zig Version
0.16.0-dev.1574+5d96a58f1
Steps to Reproduce and Observed Behavior
When std.Io.Threaded.init(allocator) is inside main (test1.zig) everything works fine, but when it is declared inside a struct (test.zig), I am getting "General protection exception"
Expected Behavior
I think test.zig should not produce "General protection exception"
### Zig Version
0.16.0-dev.1574+5d96a58f1
### Steps to Reproduce and Observed Behavior
When std.Io.Threaded.init(allocator) is inside main (test1.zig) everything works fine, but when it is declared inside a struct (test.zig), I am getting "General protection exception"
### Expected Behavior
I think test.zig should not produce "General protection exception"