ref: 1e6724ebb8fcf53876cd280efd2bf63c51c3f834
dir: /test/implexpr-concrete.myr/
use std trait name @a = Name: byte[:] ;; impl name void = Name = "zig" ;; impl name int = Name = "zag" ;; const main = { std.put("{}{}\n", impl(Name, void), impl(Name, int)) }