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