]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.dg/attr_optimize2.d
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gdc.dg / attr_optimize2.d
1 // { dg-do compile }
2
3 import gcc.attributes;
4
5 @optimize(-1)
6 int non_negative() // { dg-error "argument to .-O. should be a non-negative integer" }
7 {
8 return 0;
9 }