colobot/test/cbot/scenarios/ccc.txt

8 lines
70 B
Plaintext
Raw Normal View History

public extern void ccc()
{
int a;
a = 0 ;
if ( a == 0 );
}