about summary refs log tree commit diff homepage
path: root/test/regression/2018-05-17-replay-short-names.c
blob: 4c2d84a3c85dcbe149699d1929cceb144db0d2e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// RUN: rm -rf a
// RUN: mkdir a
// RUN: touch a/b
// RUN: %clang %s -emit-llvm %O0opt -g -c -o %t1.bc
// RUN: rm -rf %t.klee-out
// RUN: %klee -replay-ktest-dir=a --output-dir=%t.klee-out %t1.bc 2>&1
//

#include "klee/klee.h"

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