Skip to content

Instantly share code, notes, and snippets.

@frsyuki
Created December 20, 2010 06:47
Show Gist options
  • Save frsyuki/748104 to your computer and use it in GitHub Desktop.
Save frsyuki/748104 to your computer and use it in GitHub Desktop.
class Test0 {
public:
int even;
};
class Test1 {
public:
int member0;
};
class Test2 {
public:
int even;
int member0;
int member1;
};
class Test3 {
public:
int member0;
int member1;
int member2;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment