ref: 5818bcb7a0fb78af6a4c2816a72db5b1381e9cac 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 }