blob: 3665ae7e8d311188c21280fefbb8ec7d9d263e46 [file] [log] [blame]
#![crate_type="lib"]
pub struct S {
pub x: isize,
pub y: isize,
}