betterC error?

makedgreatagain patrick.kh7788 at gmail.com
Tue Jun 12 12:13:19 UTC 2018


this very simple code can not build with betterC

void test(byte[] x){
	
}

extern(C) int main(string[] args){
       byte[] data = [0, 1];
	test(data);
	return 0;
}



More information about the Digitalmars-d mailing list