Release coccinelle-0.1
[bpt/coccinelle.git] / tests / typeof.c
1 int main() {
2 int x;
3 f(x);
4 f(sizeof(struct foo));
5 f(sizeof(int));
6 }