rust/tests/pretty/offset_of.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
86 B
Rust
Raw Normal View History

//@ pp-exact
fn main() { std::mem::offset_of!(std :: ops :: Range < usize >, end); }