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