blob: 62b49bac6339a701b7a58e0d323573665d16a217 [file] [log] [blame]
; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s
; REQUIRES: plugins, examples
; CHECK: Bye
@junk = global i32 0
define i32* @somefunk() {
ret i32* @junk
}