namespace test {

typedef double Real;

}

using test::Real;

void func(Real r);
