4 lines
81 B
Rust
4 lines
81 B
Rust
// compile-flags: --test
|
|
|
|
#![test] //~ ERROR only functions may be used as tests
|