blob: 885c1aa1d8a27bbd63c978ec714fb52cc8a03b75 [file] [log] [blame]
unsafe trait Foo {
// methods go here
}
unsafe impl Foo for i32 {
// method implementations go here
}
fn main() {}