quakeforge/tools/qfcc/test/dead-block.r

8 lines
73 B
R

integer dead_block (integer x)
{
if (x)
return 4;
else
return 6;
}