Displaying 1 result from an estimated 1 matches for "tp58472".
Did you mean:
58472
2013 Jun 13
0
[LLVMdev] LLVM instrumentation
...t;int> abc(3);
int main() {
abc[0]=1;
abc[1]=2;
abc[2]=3;
cout<<"abc[1]: " << abc[1] << endl;
return 0;
}
Regards,
Thomas Yang
--
View this message in context: http://llvm.1065342.n5.nabble.com/LLVM-instrumentation-tp58472.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.