Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / multitype.c
CommitLineData
34e49164
C
1typedef struct foo { int a; } foo_t;
2
3int main() {
4 foo_t * x;
5 f(x->a);
6 g(x);
7}