1 ; Check that fuzzer will succeed on a trivial input
2 ; REQUIRES: x86-registered-target
4 ; Temporary bitcode file
7 ; RUN: llvm-opt-fuzzer %t -ignore_remaining_args=1 -mtriple x86_64 -passes instcombine 2>&1 | FileCheck %s
10 define i32 @test(i32 %n) {