Files
2026-08-01 16:11:49 +03:00

9 lines
84 B
Rust

use test_crate::*;
ok!(it_works);
#[test]
fn check_it_works() {
it_works();
}