int test_doubler(int d) { return d * d; }