rust/tests/ui/resolve/auxiliary/extern-prelude.rs
2023-01-11 09:32:08 +00:00

6 lines
56 B
Rust

pub struct S;
impl S {
pub fn external(&self) {}
}