initializer element is not constant

来源:互联网 发布:苏州软件培训哪家好 编辑:程序博客网 时间:2024/06/05 18:38

int fun(int a)

{

static b = a;

}

编译时报initializer element is not constant,