Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / typedef_double.c
CommitLineData
34e49164
C
1typedef struct stlpcibrd {
2 unsigned short vendid;
3 unsigned short devid;
4 int brdtype;
5} stlpcibrd_t;
6
7int main () { sema_init(x); }