1 2 3 4 5 6 7 8
struct foobar { char * foobarz() { return "foobar"; } char * foo_bar() { return "foo_bar"; } int foo; };