mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 05:06:06 +00:00
Fix this test so that it's valid; the point is to test for the crash,
not the missing diagnostic. llvm-svn: 51365
This commit is contained in:
parent
b158b4a47b
commit
0ceef458b6
@ -8,7 +8,7 @@ int test1() {
|
||||
// PR2347
|
||||
void f (unsigned int m)
|
||||
{
|
||||
extern int e[2][m];
|
||||
int e[2][m];
|
||||
|
||||
e[0][0] = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user