1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-03-29 21:57:03 +02:00

5 lines
43 B
Rust
Raw Normal View History

2019-03-20 21:05:45 +01:00
#[test]
fn passing() {
asset!(true);
2019-03-20 21:05:45 +01:00
}