source: CIVL/examples/backend/symbols.cvl@ a0b7ab5

1.23 2.0 main test-branch
Last change on this file since a0b7ab5 was 7d856cc, checked in by Manchun Zheng <zmanchun@…>, 10 years ago

added tests for symoblic constants.

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

  • Property mode set to 100644
File size: 95 bytes
Line 
1#include <civlc.cvh>
2
3$input int a,b,c;
4
5int main(){
6 int arr[10];
7
8 while(arr[0]>arr[1]);
9}
Note: See TracBrowser for help on using the repository browser.