ref: 1efff8a755b22b20bec7c671c25a63825cfd90f1 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 }