ref: 545ee279bf3bee642c0cc97c2fef4a699f96393f dir: /test/generic-in-const.myr/
use std /* should fail to compile because generic types are only allowed in generic declarations. */ const foo = {v : @a -> v }