iface hax { } impl of hax for A { } fn perform_hax(x: @T) -> hax { x as hax } fn deadcode() { perform_hax(@~"deadcode"); } fn main() { perform_hax(@42); }