[LLVMdev] array assignemnt (original) (raw)

Vinxxe vinxxe at gmail.com
Tue Jul 24 02:03:28 PDT 2012


Hi, is it possible, with some compiler option, to compile the following code with clang?

int main(){

int x[10];

x={1,2,3,4,5,6,7,8,9,0};

}



More information about the llvm-dev mailing list