10 lines
165 B
D
10 lines
165 B
D
|
// { dg-do compile }
|
||
|
|
||
|
import gcc.attributes;
|
||
|
|
||
|
@optimize(-1)
|
||
|
int non_negative() // { dg-error "argument to .-O. should be a non-negative integer" }
|
||
|
{
|
||
|
return 0;
|
||
|
}
|