1 ; The pass here doesn't matter (we use deadargelim), but test
2 ; that the -run-twice options exists, generates output, and
4 ; RUN: opt -run-twice -passes=deadargelim -S < %s | FileCheck %s
6 ; CHECK: define internal void @test
7 define internal {} @test() {
11 define void @caller() {