ref: 631e14604ba34ad97514cf302de75c3c3102d316 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 }