ref: 930e65474d00875474af8b2a1ca3aaae9d46cace 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 }