source: CIVL/examples/translation/opencl/size_t.cvl@ 4540352

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 4540352 was 851f3e26, checked in by Jacob Trieu <fuufusuu@…>, 12 years ago

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

  • Property mode set to 100644
File size: 127 bytes
Line 
1
2#include<stdlib.h>
3#include <stdio.h>
4
5void main()
6{
7 size_t size = sizeof(int);
8 size_t * sizes = (size_t*)malloc(size);
9}
Note: See TracBrowser for help on using the repository browser.