blob: 455376fc8812af7b9455b1907e8134c6fdba99fb [file] [log] [blame]
// { dg-do assemble }
void f (int); // { dg-message "candidates" }
void f (long); // { dg-message "note" }
int main()
{
f (1 & 0xffffff00UL); // { dg-error "ambiguous" }
}