mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 12:07:48 +00:00
8 lines
71 B
Rust
8 lines
71 B
Rust
//@ known-bug: #138510
|
|
fn main()
|
|
where
|
|
#[repr()]
|
|
_: Sized,
|
|
{
|
|
}
|