ref: 9e41da83ab7022ef3abffad13e0b30d08a1c4da5 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 }