mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 09:54:09 +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…
Reference in New Issue
Block a user