单项选择题

以下4个选项,不能看作一条语句的是( )。

A.{;}
B.int x=0,y=1,z=0;
C.if(!a);
D.if(b==0)m=1;n=2;