ref: 3a3ccd605eab52fec23689955b8f61398d739ad2 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 }