ref: 7806ff9381b9a54fc0fd25837bea5a8cc151c3b5 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 }