struct Foo; struct Blah; struct RefClass { RefClass(int x, int y, int z); void foo(); void bar(); Foo value; byte x; short y; int z; long a; float f; double g; };