1 2 3 4 5 6 7 8
// https://bugzilla.gdcproject.org/show_bug.cgi?id=19 // { dg-do compile } void test19() { byte b; --b = b; }