source: CIVL/examples/powwow/loopAssert.c@ d72bcd6

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

changed filenames

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

  • Property mode set to 100644
File size: 98 bytes
RevLine 
[c65378d]1#include<assert.h>
2
3$input int n=500000;
4
5int main(){
6 for (int i=0; i<n; i++)
7 assert(i<n);
8}
Note: See TracBrowser for help on using the repository browser.