blob: 88e93c60f5c76264c9b82df0996339ed88578bff [file] [log] [blame]
// REQUIRED_ARGS: -O
auto f (double a)
{
return a % 2 != 0;
}
void main() {}