blob: 510ef4c158e455f048fb4537bb500e7c7e4c5ad1 [file] [log] [blame]
//@ check-pass
// Simple test case of implementing a trait with super-builtin-kinds.
trait Foo : Send { }
impl Foo for isize { }
pub fn main() { }