ref: 65373d4ddad67da6f711b6ab962f18e9d8e6a558 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 }