// SPDX-FileCopyrightText: 2022 jerusdp
//// SPDX-License-Identifier: MIT OR Apache-2.0
#[test]pubfnexpand_pass(){macrotest::expand("tests/expand/*.rs");// macrotest::expand_without_refresh("tests/expand/*.rs");
}#[test]pubfncompile_fail(){let t =trybuild::TestCases::new();
t.compile_fail("tests/compile_fail/*.rs");}