mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 01:45:12 +00:00
The construct `struct S { f: fn(S) void }` is not legal because structs
are not copyable but it should not result in an ICE.
Fixes #795.
The construct `struct S { f: fn(S) void }` is not legal because structs
are not copyable but it should not result in an ICE.
Fixes #795.