commit | c4b23a530b04ee77b56772a70191d32119eadc3e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Feb 05 06:37:34 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Feb 05 06:37:34 2008 +0000 |
tree | 74c0ba63bd02a50217bc8e3cb6fad482c5921fa6 | |
parent | 768ad16a4ab79fbc52f6f3bdc9362fd4e1d51d53 [diff] [blame] |
Relax an assertion, fixing PR1968 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46742 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/globalinit.c b/test/CodeGen/globalinit.c index e880b9a..a5535b5 100644 --- a/test/CodeGen/globalinit.c +++ b/test/CodeGen/globalinit.c
@@ -45,3 +45,8 @@ // Binary operators int d[] = { EnumA | EnumB }; + +// PR1968 +static int array[]; +static int array[4]; +