I know it's a bit weird to have a compiler run som...
# kobalt
c
I know it's a bit weird to have a compiler run some of the code it compiles, but that's how inlined values get initialized, e.g.
val f = foo()
<-- the compiler has to run
foo()