blob: 71ecab9ff1516fc2565e8c0d110beb28ff02ff8e [file] [log] [blame]
// Function declarations that differ only in the presence or absence of a
// tx-qualifier cannot be overloaded.
// { dg-options "-fgnu-tm" }
void f(); // { dg-message "" }
void f() transaction_safe; // { dg-error "" }