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