ref: bc529a54b673dfe0769f6f139dc85e440b8051cf 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 }