ref: 11795725f2ee181399c264d7f2aec213f635891a 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 }