Skip to content
Snippets Groups Projects
axiomatic_nested.i 169 B
Newer Older
/* run.config*
 EXIT: 1
   STDOPT:
*/
/*@
  axiomatic bla1 {
    // nested axiomatics are not allowed
    axiomatic bla2 {
      predicate bla3{L}(int n);
    }
  }
 */