ref: 26f202d8488fa681de64153830846a3544bf9bdb 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 }