ref: ee4f263f0c410a8e1061ff704054f8707cb0cb0c 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 }