ref: 1ef5877bce5a4fcbe6e68b00f1ba087384d6343c dir: /test/generic.myr/
use std /* checks that simple generics are specialized correctly. exits with 42. */ generic id = {a:@a -> a } const main = { id("adsf") -> id(42) }