ref: 077743e60829979ec6d86760e8806e1d599419bc 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 }