Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / typedef_double.res
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); }