source: CIVL/examples/languageFeatures/initialValues.cvl@ 8dbb964

1.23 2.0 main test-branch
Last change on this file since 8dbb964 was 8dbb964, checked in by Ziqing Luo <ziqing@…>, 11 years ago

add a test for cover more code in CommonEvaluator

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

  • Property mode set to 100644
File size: 252 bytes
Line 
1#include<stdio.h>
2#include<civlc.cvh>
3#include<bundle.cvh>
4
5$domain dom0;
6$domain(2) dom2;
7$bundle bun;
8int main() {
9 int a;
10
11 $elaborate_rectangular_domain(dom0);
12 $elaborate_rectangular_domain(dom2);
13 $bundle_unpack(bun, &a);
14 return 0;
15}
Note: See TracBrowser for help on using the repository browser.