(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.dg/
gdc19.d
// https://bugzilla.gdcproject.org/show_bug.cgi?id=19
// { dg-do compile }

void test19()
{
   byte b;
   --b = b;
}