(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.target/
i386/
mv9.C
// { dg-do compile }
// { dg-options "" }   

void foo ();
void foo () __attribute__((target ("sse4")));
void foo () __attribute__((target ("default"))); // { dg-message "previous declaration" }
void foo ()	// { dg-error "attribute for multi-versioned" }
{
}