cbe: fix global access fix

This commit is contained in:
Jacob Young
2022-10-10 00:47:45 -04:00
parent c126a1018e
commit 5eafc10bf4
9 changed files with 4 additions and 22 deletions

View File

@@ -365,7 +365,6 @@ const EmptyStruct = struct {
test "align 1 field before self referential align 8 field as slice return type" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
const result = alloc(Expr);