Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / ty_tyexp.res
CommitLineData
34e49164
C
1void main(double z) {
2
3 float x;
4 float y;
5}
6
7float main(float z) {
8}
9
10float main2(float z);
11