source: CIVL/examples/translation/pthread/funcDecl.cvl@ d87ec9c

1.23 2.0 main test-branch
Last change on this file since d87ec9c was ceef308, checked in by John Edenhofner <johneden@…>, 12 years ago

Added new tests, new examples to test features, modified the transformer

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

  • Property mode set to 100644
File size: 87 bytes
RevLine 
[ceef308]1#include <civlc.h>
2
3int f();
4
5int f(){
6 return 0;
7}
8
9int main(){
10 f();
11 return 0;
12}
Note: See TracBrowser for help on using the repository browser.