about summary refs log tree commit diff homepage
path: root/test/regression/2016-08-11-entry-point-internalize-pass.c
blob: 45705c9822f17f643a69c3433712acf8f8dab061 (plain) (blame)
1
2
3
4
5
6
7
// RUN: %clang %s -emit-llvm -g %O0opt -c -o %t.bc
// RUN: rm -rf %t.klee-out
// RUN: %klee --output-dir=%t.klee-out --entry-point=entry %t.bc

int entry() {
  return 0;
}