ref: 0103ef37062ff55596da4d6ada8f75ae898885bc 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 }