dmd/compiler/test/compilable/ice13819.d
2022-07-09 18:53:07 +02:00

7 lines
82 B
D

// REQUIRED_ARGS: -O
auto f (double a)
{
return a % 2 != 0;
}
void main() {}