commit | d6d6d1fc2ee96879341a1a96db75017723451d8d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Dec 10 19:44:50 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Dec 10 19:44:50 2007 +0000 |
tree | 87838c95b793a2c8be695bde25e0f651873a16d1 | |
parent | a9234fe0ce916c4b247d499167ba1ab7eced36ca [diff] [blame] |
disable case that makes this fail. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44807 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/globalinit.c b/test/CodeGen/globalinit.c index f47fd5c..55298bc 100644 --- a/test/CodeGen/globalinit.c +++ b/test/CodeGen/globalinit.c
@@ -10,7 +10,7 @@ extern int y[]; -void *g = y; +//void *g = y; int latin_ptr2len (char *p); int (*mb_ptr2len) (char *p) = latin_ptr2len;