blob: 2a7ce659cdb0ba5c36d52cf588bffa0637268e78 [file] [log] [blame]
// { dg-do compile }
// { dg-options "" }
__attribute__((target ("default")))
void foo (void) // { dg-message "previously defined here" }
{
}
__attribute__((target (128)))
void foo (void) // { dg-error "(not a string|redefinition)" }
{
}