ref: 67ec1a16297664c91a52f7a4380f3b7f2a1c66fc 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 }