blob: 0c10253300807e3846decafeafe22092e021d080 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output
2
3void %test() {
4 unreachable
5}