Added test case to test struct parsing
parent
cf66e8255d
commit
bf48ee7b83
|
@ -32,7 +32,13 @@ class kl
|
||||||
|
|
||||||
struct structTest
|
struct structTest
|
||||||
{
|
{
|
||||||
|
int j;
|
||||||
|
int j;
|
||||||
|
|
||||||
|
void pdsjhfjdsf(int j)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class Shekshi
|
class Shekshi
|
||||||
|
|
Loading…
Reference in New Issue