diff options
Diffstat (limited to 'test/C++Frontend/2005-02-20-BrokenReferenceTest.cpp')
-rw-r--r-- | test/C++Frontend/2005-02-20-BrokenReferenceTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/C++Frontend/2005-02-20-BrokenReferenceTest.cpp b/test/C++Frontend/2005-02-20-BrokenReferenceTest.cpp index af15f814f1..31026d30e9 100644 --- a/test/C++Frontend/2005-02-20-BrokenReferenceTest.cpp +++ b/test/C++Frontend/2005-02-20-BrokenReferenceTest.cpp @@ -3,7 +3,7 @@ void test(unsigned char *b, int rb) { typedef unsigned char imgfoo[10][rb]; imgfoo &br = *(imgfoo *)b; - + br[0][0] = 1; rb = br[0][0]; |