ref: 13e55845018e40a4e943891a2cb371bc2a9cd572 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 }