7 lines
71 B
Rust
7 lines
71 B
Rust
//@ known-bug: #138510
|
|
fn main()
|
|
where
|
|
#[repr()]
|
|
_: Sized,
|
|
{
|
|
}
|