coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / typeof.c
CommitLineData
34e49164
C
1int main() {
2 int x;
3 f(x);
4 f(sizeof(struct foo));
5 f(sizeof(int));
6}