source: CIVL/examples/library/stdlib/exitTest.c@ 64f7cb1

1.23 2.0 main test-branch
Last change on this file since 64f7cb1 was cfe3af8, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

added two tests.

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

  • Property mode set to 100644
File size: 66 bytes
Line 
1#include<stdlib.h>
2
3int main(){
4 int a=9;
5
6 a=a+9;
7 exit(0);
8}
Note: See TracBrowser for help on using the repository browser.