14 lines · plain
1; RUN: llc < %s | FileCheck %s2 3target datalayout = "e-p:32:32"4target triple = "i686-apple-darwin8.7.2"5 6@x = weak global i32 07; CHECK: .no_dead_strip _x8 9@"\01Ly" = private global i8 010; CHECK: no_dead_strip Ly11 12@llvm.used = appending global [2 x ptr] [ ptr @x,13 ptr @"\01Ly" ]14