aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.dg/gdc19.d
blob: c461e9f144883cca18c6862a56f739509a797cc6 (plain)
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;
}