ref: 86406b0c185d4121a41aa7484702e0e6d158540c 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 }