Skip to content

Instantly share code, notes, and snippets.

@ThePhD
Created February 2, 2014 00:14
Show Gist options
  • Select an option

  • Save ThePhD/8761152 to your computer and use it in GitHub Desktop.

Select an option

Save ThePhD/8761152 to your computer and use it in GitHub Desktop.
namespace foo {
struct bar {
bar(qux a,
quux b);
int xxx;
double yyy;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment