blob: e1b7f3f8a1f1e4748e2985c9c50d857197f7f446 [file] [log] [blame]
void f (int); // ERROR -
void f (long); // ERROR -
main()
{
f (1 & 0xffffff00UL); // ERROR - ambiguous
}