Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / ty_tyexp.c
CommitLineData
34e49164
C
1void main(double z) {
2
3 int x;
4 int y;
5}
6
7int main(int z) {
8}
9
10
11int main2(int z);
12