Skip to content
Snippets Groups Projects
Commit 8ca0c1b3 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[tests] test for issue #375

parent 9de8b25b
No related branches found
No related tags found
No related merge requests found
/* run.config*
EXIT: 1
STDOPT:
*/
int main() {
int b = 0;
//@ ghost int a = 2; /*@ assert a == 3; */ /* test */ */
......
[kernel] Parsing localisation_error.i (no preprocessing)
[kernel] localisation_error.i:7:
syntax error:
Location: line 7, between columns 57 and 58, before or at token: /
5 int main() {
6 int b = 0;
7 //@ ghost int a = 2; /*@ assert a == 3; */ /* test */ */
^
8 }
[kernel] Frama-C aborted: invalid user input.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment