summaryrefslogtreecommitdiffstats
path: root/tests/pretty/offset_of.rs
blob: e1783432857e25a06edf6e7255867cade1e1c8b9 (plain)
1
2
3
4
// pp-exact
#![feature(offset_of)]

fn main() { std::mem::offset_of!(std :: ops :: Range < usize >, end); }