| ... | @@ -366,7 +366,7 @@ test "Extern function calls in @TypeOf" { | ... | @@ -366,7 +366,7 @@ test "Extern function calls in @TypeOf" { |
| 366 | | 366 | |
| 367 | extern fn s_do_thing([*c]const @This(), b: c_int) c_short; | 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 | export fn s_do_thing(a: [*c]const @This(), b: c_int) c_short { | 370 | export fn s_do_thing(a: [*c]const @This(), b: c_int) c_short { |
| 371 | _ = a; | 371 | _ = a; |
| 372 | _ = b; | 372 | _ = b; |