10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
#include <console>
|
|
|
|
main()
|
|
{
|
|
new arr[2];
|
|
new test = test;
|
|
new test2 = arr[test2];
|
|
#pragma unused test, test2
|
|
}
|