diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2022-12-03 05:26:43 -0500 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2022-12-03 08:21:03 -0500 |
| commit | 7fb6eb3d14c232d397a4737f9dbd24dbae3db60f (patch) | |
| tree | 3f95b1f1998409107b085c334da45381d21a46d0 /test/behavior | |
| parent | 81c271cc6298bf164b202a194ef18b56665ce2d9 (diff) | |
| download | zig-7fb6eb3d14c232d397a4737f9dbd24dbae3db60f.tar.gz zig-7fb6eb3d14c232d397a4737f9dbd24dbae3db60f.zip | |
cbe: implement multiple exports of a symbols
Diffstat (limited to 'test/behavior')
| -rw-r--r-- | test/behavior/bugs/12680.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/bugs/12680.zig b/test/behavior/bugs/12680.zig index c7bd8f63aa..8ff03272a1 100644 --- a/test/behavior/bugs/12680.zig +++ b/test/behavior/bugs/12680.zig @@ -8,7 +8,6 @@ extern fn test_func() callconv(.C) usize; test "export a function twice" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; |
