source: CIVL/examples/experimental/assignConstantBad.cvl@ 5ae6338

1.23 2.0 main test-branch
Last change on this file since 5ae6338 was b4ad49f1, checked in by Si Li <sili@…>, 10 years ago

add a test example which cause CIVL crashes

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

  • Property mode set to 100644
File size: 82 bytes
Line 
1#include <civlc.cvh>
2
3#define N 10
4//const int x = 10;
5
6void main () {
7 N = 1;
8}
Note: See TracBrowser for help on using the repository browser.