about summary refs log tree commit diff homepage
path: root/test/regression/2018-05-17-replay-short-names.c
blob: c0b9023f4e696b11c6b093b49f5a074b24fbdccb (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: %llvmgcc %s -emit-llvm -O0 -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[]) {}