search for: assignemnt

Displaying 1 result from an estimated 1 matches for "assignemnt".

Did you mean: assignement
2012 Jul 24
1
[LLVMdev] array assignemnt
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}; }