[LLVMdev] array assignemnt (original) (raw)
Vinxxe vinxxe at gmail.com
Tue Jul 24 02:03:28 PDT 2012
- Previous message: [LLVMdev] Paris LLVM / Clang social tonight
- Next message: [LLVMdev] array assignemnt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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};
}
- Previous message: [LLVMdev] Paris LLVM / Clang social tonight
- Next message: [LLVMdev] array assignemnt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]