forked from OSchip/llvm-project
8 lines
348 B
LLVM
8 lines
348 B
LLVM
; RUN: opt < %s -asan -asan-module -S | FileCheck %s
|
|
|
|
target datalayout = "e"
|
|
target triple = "x86_64-apple-darwin10.0.0"
|
|
|
|
@foo = private global [19 x i8] c"scannerWithString:\00", section "__TEXT,__objc_methname,cstring_literals"
|
|
|
|
; CHECK: @foo = private global [19 x i8] c"scannerWithString:\00", section "__TEXT,__objc_methname,cstring_literals" |