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