6 lines
64 B
D
6 lines
64 B
D
|
|
auto inf() {
|
||
|
|
return typeof(1.5).infinity;
|
||
|
|
}
|
||
|
|
|
||
|
|
void main() {}
|