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

add test case for issue #840

parent c5dc78c2
No related branches found
No related tags found
No related merge requests found
/* run.config*
OPT: -slice-pragma main
*/
int g(int x) { return x; }
int main() {
/*@ assert &g == &g; */
/*@ slice pragma stmt; */
g(0);
}
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