// Copyright (C) 2024 Daniel Mueller // SPDX-License-Identifier: (Apache-2.0 OR MIT) /// Missing tags in second attribute. #[test_tag::tag(tag)] #[test_tag::tag] #[test] fn cant_compile() {}