8 lines
113 B
Rust
8 lines
113 B
Rust
//@ compile-flags: -Znext-solver
|
|
//@ check-pass
|
|
|
|
struct Foo(*mut ());
|
|
|
|
unsafe impl Sync for Foo {}
|
|
|
|
fn main() {}
|