I have Klee installed as a docker image. I am trying to follow the first tutorial of KLEE. I am wondering instead of inputing source codes by echo "int main(int argn, char** argv) { return 0; }" > test.c, how can I input the .c file to home/klee?
Thanks.