stage2: implement integer pointer constants
This commit is contained in:
@@ -719,7 +719,7 @@ test "string concatenation" {
|
||||
}
|
||||
|
||||
test "thread local variable" {
|
||||
if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
|
||||
|
||||
const S = struct {
|
||||
threadlocal var t: i32 = 1234;
|
||||
|
||||
Reference in New Issue
Block a user