blob: b8b3d0a9023325107cc8181cdff151b9b0d1dfd8 [file] [log] [blame]
; RUN: echo %s > %t.list
; RUN: llvm-as @%t.list -o %t.bc
; RUN: llvm-nm %t.bc 2>&1 | FileCheck %s
; CHECK: T foobar
define void @foobar() {
ret void
}