ref: 718aeb83bd50ba72b3e1fc2e7cd6b3442e0ed79a 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 }