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

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

Modified transformer, added new sequential tests

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

  • Property mode set to 100644
File size: 111 bytes
RevLine 
[dc245be]1#include <civlc.h>
2
3void * func(){
4 return NULL;
5}
6
7int main()
8{
9 $proc p = $spawn func(NULL);
10 return 0;
11}
Note: See TracBrowser for help on using the repository browser.