Test for 95961.

llvm-svn: 95962
This commit is contained in:
Evan Cheng 2010-02-12 02:35:03 +00:00
parent c3dbd2e2fc
commit 06c22ed109

View File

@ -1,7 +1,6 @@
// RUN: %llvmgcc -x objective-c -fwritable-strings -S %s -o - | FileCheck %s
// CHECK: @.str = private constant
// CHECK: @.str1 = private global
// .str1 should have linker_private linkage. It will be fixed next.
// CHECK: @.str1 = internal global
// rdar://7634471