/* main.d */ import mod1; void main() { printf("%llf\n", myFunction(2)); /* should print "4.000000" */ }