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