ref: 3ac4d72f007d089e96b5f06068338cb48c5521df 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 }