source: CIVL/examples/languageFeatures/printfBad.cvl@ b50d2e7

1.23 2.0 main test-branch
Last change on this file since b50d2e7 was 4533f7eb, checked in by Ziqing Luo <ziqing@…>, 12 years ago

add a printfBad.cvl example

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

  • Property mode set to 100644
File size: 156 bytes
Line 
1#include<civlc.h>
2
3$input double x;
4
5void main() {
6 printf("x=%f\a", x); //\a currently is not supported by CIVL, so this example will throw a exception
7}
Note: See TracBrowser for help on using the repository browser.