11 lines
123 B
Rust
11 lines
123 B
Rust
#![allow(incomplete_features)]
|
|
#![feature(unnamed_fields)]
|
|
|
|
#[repr(C)]
|
|
struct Foo {
|
|
_: struct {
|
|
},
|
|
}
|
|
|
|
fn main() {}
|