单项选择题

下列代码中,将引起一个编译错误的行是
1) public class Test
2) int m,n;
3) public Test()
4) public Test(int

A.m=a;
5