ref: 0558718a57ac7d8f07aba509f7a8f63408d52eee 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 }