mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
Typo. Thanks to BillW for pointing it out!
llvm-svn: 113281
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
void func()
|
||||
{
|
||||
const int *arr;
|
||||
arr[0] = 1; // CXHECK: error: assignment of read-only location
|
||||
arr[0] = 1; // CHECK: error: assignment of read-only location
|
||||
}
|
||||
|
||||
struct foo {
|
||||
|
||||
Reference in New Issue
Block a user