Skip to content

Instantly share code, notes, and snippets.

@esteve
Created March 14, 2018 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esteve/0a237aabc7bf848e60731473c48ccc15 to your computer and use it in GitHub Desktop.
Save esteve/0a237aabc7bf848e60731473c48ccc15 to your computer and use it in GitHub Desktop.
class Foo {
public:
void bar();
};
void func() {
Foo f;
f.bar();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment