6 lines
125 B
Rust
6 lines
125 B
Rust
// xfail-fast - check-fast doesn't understand aux-build
|
|
// aux-build:issue_3136_a.rc
|
|
|
|
extern mod issue_3136_a;
|
|
fn main() {}
|
|
|