blob: c461e9f144883cca18c6862a56f739509a797cc6 [file] [log] [blame]
// https://bugzilla.gdcproject.org/show_bug.cgi?id=19
// { dg-do compile }
void test19()
{
byte b;
--b = b;
}