Skip to content

Instantly share code, notes, and snippets.

@stepancheg
Created March 5, 2013 15:26
Show Gist options
  • Save stepancheg/5091074 to your computer and use it in GitHub Desktop.
Save stepancheg/5091074 to your computer and use it in GitHub Desktop.
struct Foo;
struct Bar {
Foo foo;
};
struct Foo {
};
int main() {
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment