8 lines
60 B
Rust
8 lines
60 B
Rust
|
// xfail-stage0
|
||
|
|
||
|
#[attr = "val"]
|
||
|
mod mod1 {
|
||
|
}
|
||
|
|
||
|
fn main() {
|
||
|
}
|