llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Asserts...
[oota-llvm.git] / test / Object / mangle-ir.ll
1 ; RUN: llvm-as %s -o - | llvm-nm - | FileCheck %s
2
3 target datalayout = "m:o"
4
5 ; CHECK: T _f
6 define void @f() {
7   ret void
8 }