blob: 6086e278627cc8158ef14131613f4a8c19ecfbfd [file] [log] [blame]
short a = -1;
int b;
char c;
int
main ()
{
c = a;
b = a | c;
if (b != -1)
__builtin_abort ();
return 0;
}