Skip to content

Commit e52b825

Browse files
committed
aro-translate-c: translate enums
1 parent a33a3ce commit e52b825

File tree

4 files changed

+755
-15
lines changed

4 files changed

+755
-15
lines changed

src/Compilation.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3976,6 +3976,7 @@ pub fn cImport(comp: *Compilation, c_src: []const u8) !CImportResult {
39763976
if (builtin.zig_backend == .stage2_c) @panic("the CBE cannot compile Aro yet!");
39773977
const translate_c = @import("aro_translate_c.zig");
39783978
_ = translate_c;
3979+
if (true) @panic("TODO");
39793980
break :tree undefined;
39803981
},
39813982
.clang => tree: {

0 commit comments

Comments
 (0)