rust/tests/ui/resolve/auxiliary/extern-prelude.rs

6 lines
56 B
Rust
Raw Normal View History

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