6 lines
114 B
LLVM
6 lines
114 B
LLVM
|
; RUN: llc < %s -march=avr | FileCheck %s
|
||
|
|
||
|
; CHECK: .globl __do_copy_data
|
||
|
@str = internal global [3 x i8] c"foo"
|
||
|
|