blob: b8b3d0a9023325107cc8181cdff151b9b0d1dfd8 [file] [log] [blame]
Rafael Espindolabe5613c2012-10-09 19:52:10 +00001; RUN: echo %s > %t.list
2; RUN: llvm-as @%t.list -o %t.bc
3; RUN: llvm-nm %t.bc 2>&1 | FileCheck %s
4
5; CHECK: T foobar
6
7define void @foobar() {
8 ret void
9}