mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
7 lines
304 B
LLVM
7 lines
304 B
LLVM
|
; RUN: opt < %s -asan -asan-module -S | FileCheck %s
|
||
|
|
||
|
target datalayout = "e"
|
||
|
|
||
|
@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"
|