ref: 0391facef2fc8f8704fcfb5150b9381876c3aebd 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 }