ref: 764fd41f08380207107ec05f65d0d0bf5b76797c 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 }