12 lines
87 B
Plaintext
12 lines
87 B
Plaintext
|
class TestSmall
|
||
|
{
|
||
|
void test()
|
||
|
{
|
||
|
x;
|
||
|
x = "Hallo";
|
||
|
i;
|
||
|
i = 17;
|
||
|
j;
|
||
|
j = i;
|
||
|
}
|
||
|
}
|