blob: 8fb753868784be15ec5b1fe0db7a878f00adc36e [file] [log] [blame]
// Build don't link:
enum tristate { no = -1, maybe, yes };
void foobar ()
{
tristate var = no; // gets bogus error
}