ref: 08871fe6b8e6161e988e1aa52a59da792273ab4a 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 }