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