[llvm-exegesis][NFC] Improve parsing of the YAML files
[llvm-core.git] / test / Other / 2008-10-06-RemoveDeadPass.ll
blob7cec2c57c2f62affc5720b74f0568ffcd97fdfd9
1 ; RUN: opt < %s -inline -internalize -disable-output
2 define void @foo() nounwind {
3   ret void
6 define void @main(...) nounwind {
7   call void @foo()
8   ret void