Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / sizeof.res
CommitLineData
34e49164
C
1int main (int param) {
2
3 int i = sizeof(int);
4 int j = sizeof(int);
5 int k = sizeof (int *);
6
7}