ref: 174d472f8efa1f2cbf10ff36bcdd80dd87bbdcb9 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 }