ref: 27c111b6225c11583aa5da5f198d82bb5c41003d 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 }