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