Release coccinelle-0.1
[bpt/coccinelle.git] / tests / optional_storage.c
1 int foo1(void)
2 {
3 }
4
5
6 static int foo2(void)
7 {
8 }
9
10 float foo2(void)
11 {
12 }