1 class Foo {
2   int f;
a_f(double val)3   void a_f(double val) { f = val;}
4 };
5