blob: fd2eb5a259b06f7506a6f55f2e0a6318d99944c3 [file] [log] [blame]
struct some_descriptor
{
// commenting line above make this struct work
void *(*thunk)(struct some_descriptor *);
unsigned long key;
};