// Copyright (C) 2024 Daniel Mueller // SPDX-License-Identifier: (Apache-2.0 OR MIT) /// Unsupported key-value syntax in second attribute. #[test_tag::tag(tag1)] #[test_tag::tag(tag2 = "foobar")] #[test] fn cant_compile() {}