ref: d861ac1aa2d18ba89b389785ea23b9e72e1edaa1 dir: /test/emptytrait.myr/
use std trait fooable @a = ;; impl fooable int = ;; generic foo = {x : @a::fooable @a -> x } const main = { std.exit(foo(123)) }