source: CIVL/examples/arithmetic/div0.cvl@ 6df6487

1.23 2.0 main test-branch
Last change on this file since 6df6487 was 685276de, checked in by Yihao Yan <yihaoyan1@…>, 10 years ago

minor changes

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

  • Property mode set to 100644
File size: 53 bytes
Line 
1
2void main(int argc, char **argv) {
3 int x = 1/0;
4}
Note: See TracBrowser for help on using the repository browser.