user1234 wrote: > "if (__ctfe) {}" is a test happening at runtime. Both the if and the else > branches got compiled nope. compiler knows about this special pseudovariable, and will not generate code neither for condition, nor for ctfe branch.