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