// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } }// Test that an new declartion with different attributes then old one fail.externvoidfoo(int);// { dg-error "ambiguates old declaration" }voidbar(void){foo(1);}void__attribute__((stdcall))foo(inti)//{dg-error"new declaration"}{}