// check-pass #![feature(unboxed_closures)] extern "rust-call" fn foo(_: T) {} fn main() { foo(()); foo((1, 2)); }