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