ref: 69823fb059b309c0d78b819ea331489c206b83b3 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 }