ref: 369c06e41546d82b820ca7013385482ebe1a017d 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 }