blob: fa4dba8551f1060b528e3e338eda5589e8f7e0bd [file] [log] [blame]
; RUN: llvm-reduce --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
; RUN: FileCheck --check-prefix=CHECK-FINAL %s < %t
; CHECK-INTERESTINGNESS: declare
; CHECK-FINAL-NOT: module asm
; CHECK-FINAL: declare void @g
module asm "foo"
declare void @g()