ref: 6d98d1414c11322eb919530405aebce01ee51c6f 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 }