mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
7 lines
82 B
D
7 lines
82 B
D
// REQUIRED_ARGS: -O
|
|
auto f (double a)
|
|
{
|
|
return a % 2 != 0;
|
|
}
|
|
|
|
void main() {}
|