mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Associated constants were getting returned directly, crashing because the value InterpProgram received was an AssociatedConstant instead of an IntValue. We have a similar Convert call in ReturnVar, so I _think_ this is the right approach.