mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 23:55:19 -04:00
6 lines
160 B
LLVM
6 lines
160 B
LLVM
; RUN: llvm-as < %s | llvm-dis -disable-output
|
|
; RUN: verify-uselistorder < %s
|
|
|
|
!llvm.foo = !{!0}
|
|
!0 = !{i32 42}
|
|
@my.str = internal constant [4 x i8] c"foo\00"
|