921e5a0eb4
From-SVN: r14840
8 lines
67 B
C
8 lines
67 B
C
long long x = 0;
|
|
main()
|
|
{
|
|
if (x--)
|
|
return 255;
|
|
return 0;
|
|
}
|