about summary refs log tree commit diff homepage
path: root/test/regression/2018-05-05-number-instructions-dumped-states.c
blob: 95f3e1eccf768109cb4c6c861d98039b8faca72a (plain) (blame)
1
2
3
4
5
6
7
8
9
// RUN: %clang %s -emit-llvm %O0opt -g -c -o %t1.bc
// RUN: rm -rf %t.klee-out
// RUN: %klee -max-instructions=1 --output-dir=%t.klee-out %t1.bc 2>&1 | FileCheck %s

// CHECK: KLEE: done: total instructions = 1

#include "klee/klee.h"

int main(int argc, char * argv[]) {}