use test_casing::test_casing; #[test_casing(2, ["test", "this"])] struct Dummy; fn main() {}