// SPDX-FileCopyrightText: 2025-2026 RAprogramm <andrey.rozanov.vl@gmail.com>
// SPDX-License-Identifier: MIT
#[test]fncompile_pass(){let t =trybuild::TestCases::new();
t.pass("tests/cases/pass/*.rs");}#[test]fncompile_fail(){let t =trybuild::TestCases::new();
t.compile_fail("tests/cases/fail/*.rs");}