permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / tadb.c
1 static int adbhid_kbd_event()
2 {
3 }
4
5
6 static void
7 adbhid_input_register()
8 {
9
10 adbhid[id]->input.event = adbhid_kbd_event;
11
12 }