src/Sema.zig | 47 ++++++++++++++++++++++++++------ src/TypedValue.zig | 10 +++++++ src/value.zig | 45 ++++++++++++++++++++++++++++-- test/behavior/struct.zig | 22 +++++++++++++++ test/cases/compile_errors/invalid_store_to_comptime_field.zig | 20 ++++++++++++++ 5 files changed, 133 insertions(+), 11 deletions(-)