2014-11-07 04:01:34 +08:00
|
|
|
; RUN: opt < %s -asan -asan-module -S | FileCheck %s
|
|
|
|
|
|
|
|
target datalayout = "e"
|
2014-12-06 06:19:18 +08:00
|
|
|
target triple = "x86_64-apple-darwin10.0.0"
|
2014-11-07 04:01:34 +08:00
|
|
|
|
|
|
|
@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"
|