about summary refs log tree commit diff
path: root/tests/pretty/offset_of.rs
blob: 6cb27c7fdfb7a98c90aca36ce09b04abe5ed1c44 (plain)
1
2
3
//@ pp-exact

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