blob: fba33eda70db251e21fcd8292c5320f7f11efe87 [file] [log] [blame]
// { dg-do assemble }
void f (int); // { dg-message "note" }
void f (long); // { dg-message "note" }
int main()
{
f (1 & 0xffffff00UL); // { dg-error "ambiguous" }
// { dg-message "candidate" "candidate note" { target *-*-* } 6 }
}