mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-26 07:34:14 +00:00
Test case for Radar 8004649.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105949 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
754f680c1f
commit
12b8bc1b01
8
test/FrontendC/2010-06-11-SaveExpr.c
Normal file
8
test/FrontendC/2010-06-11-SaveExpr.c
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
// RUN: %llvmgcc -S %s
|
||||||
|
// Test case by Eric Postpischil!
|
||||||
|
void foo(void)
|
||||||
|
{
|
||||||
|
char a[1];
|
||||||
|
int t = 1;
|
||||||
|
((char (*)[t]) a)[0][0] = 0;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user