ref: 1cb2922cb4086434fa0adb6c7a697db14cbdba26 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 }