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