]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.dg/gdc19.d
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gdc.dg / gdc19.d
CommitLineData
844fa2de
IB
1// https://bugzilla.gdcproject.org/show_bug.cgi?id=19
2// { dg-do compile }
3
4void test19()
5{
6 byte b;
7 --b = b;
8}