https://issues.dlang.org/show_bug.cgi?id=12644 --- Comment #1 from bearophile_hugs at eml.cc --- Also: void main() @nogc { import std.math: log, acos; auto x1 = log(2.2); auto x2 = acos(0.0); } --