ref: 31dc0048af3102df08524099df2f005f547a2421 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 }