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