]> git.lizzy.rs Git - rust.git/blob - tests/run-pass/integer_align_offset.rs
971c19b0576efea0f79201ba59b30f2f6ec7de50
[rust.git] / tests / run-pass / integer_align_offset.rs
1 fn main() {
2     assert_eq!(2, (2 as *const i8).align_offset(4));
3 }