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