rustc/tests/ui/resolve/auxiliary/extern-prelude.rs
2023-08-02 10:33:26 +02:00

6 lines
56 B
Rust

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