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;
}

Reply via email to