Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / starprint.res
CommitLineData
993936c0
C
1typedef int *LPINT;
2
3int foo(int *x, int **y)
4{
5 return *x == **y;
6}