ref: 913e7e12f5b204bc53b3761e9cd89a5cd5722c6a 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 }