ref: 2bf74b8f25a89c8a49e96e5e44ffd72f495e4930 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 }