ref: 57489450db3e9b5c904a7fe29ce345163206b14f 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 }