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