ref: 008887ccd998a43db6980fa57f1e210ec26c4acf 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 }