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