We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried to enter the following code:
class Foo {}; int main() { return 0; }
... and I'm getting:
Error running /usr/bin/clang-6.0 -I /home/klee/klee_src/include -emit-llvm -c -g /tmp/code/code.c -o /tmp/code/code.o: /tmp/code/code.c:1:1: error: unknown type name 'class' class Foo {}; ^ /tmp/code/code.c:1:10: error: expected ';' after top level declarator class Foo {}; ^ ; 2 errors generated.
Please add an option to select C++ compiler.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. We are not actively extending KLEE-Web at the moment, but we would welcome such a PR.
Sorry, something went wrong.
No branches or pull requests
I've tried to enter the following code:
... and I'm getting:
Please add an option to select C++ compiler.
The text was updated successfully, but these errors were encountered: