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