blob: a9bb0272c787034fc3bd8a4e1e52a5ff8a7fc520 [file] [log] [blame]
pub struct X;
impl X {
pub fn new() -> Self {
X
}
}