source: CIVL/examples/direct/infeasible.c@ 552ed59

1.23 2.0 main test-branch
Last change on this file since 552ed59 was b4b2dd3, checked in by Matthew B. Dwyer <matthewbdwyer@…>, 10 years ago

Fix to only include civlc.cvh when it is not already present in the AST.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@3689 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 93 bytes
Line 
1#include <civlc.cvh>
2
3int not_true = 0;
4int main() {
5 if (not_true) {
6 $assert(0);
7 }
8}
Note: See TracBrowser for help on using the repository browser.