mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-10 12:49:18 +00:00
5 lines
43 B
Rust
Executable File
5 lines
43 B
Rust
Executable File
#[test]
|
|
fn passing() {
|
|
asset!(true);
|
|
}
|