ref: f2365d327bed87e68d94b9b458cf27b70efc9f4b 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) }