blob: c5b39b37b49beeca4ba34c486e14cb76f69eb441 [file] [log] [blame]
class MyClass
{
public:
struct something
{
int one;
int two;
}
MyClass()
{
}
void oneFunction()
{
if (1 == 0)
{
instructions;
}
}
};