Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / sizeof.c
CommitLineData
34e49164
C
1int main (int param) {
2
3 int i = sizeof(3);
4 int j = sizeof 3;
5 int k = sizeof (int *);
6
7}