ref: 0e147ba85f8128660474122f0a220b6b953d28cc 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 }