ref: 11be53a01c3112de8fd6bcf81b306ee7c39a37ec 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 }