Skip to content
Snippets Groups Projects
Commit aa937475 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] fix ill-formed tests.

parent 9f8e2a28
No related branches found
No related tags found
No related merge requests found
/* run.config /* run.config
OPT: tests/cil/merge2.c -print OPT: tests/cil/merge2.c -print
*/ */
int x; extern int x;
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
int h(void); int h(void);
int glob; extern int glob;
void indirect(void); void indirect(void);
......
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