| author | |
| committer | |
| log | e2669689c46630afd3adb99c496a6895c6c95a15 |
| tree | bb5c87a84eb5d8d247b02d4d80eb941e0f30b57f |
| parent | c9fc921abdfddcfed3383488dc1eaf23dcdeaa54 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
test/behavior/sizeof_and_typeof.zig+1-1| ... | ... | @@ -366,7 +366,7 @@ test "Extern function calls in @TypeOf" { |
| 366 | 366 | |
| 367 | 367 | extern fn s_do_thing([*c]const @This(), b: c_int) c_short; |
| 368 | 368 | }; |
| 369 | const E = struct { | |
| 369 | const E = extern struct { | |
| 370 | 370 | export fn s_do_thing(a: [*c]const @This(), b: c_int) c_short { |
| 371 | 371 | _ = a; |
| 372 | 372 | _ = b; |