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