blob: 670b8ed0e9bc1a5faed3cbf0c0b1418e3fcc9039 [file] [log] [blame]
// Simple test case of implementing a trait with super-builtin-kinds.
// pretty-expanded FIXME #23616
trait Foo : Send { }
impl Foo for isize { }
pub fn main() { }