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