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