xref: /llvm-project/clang/test/Modules/Inputs/rec-types/c.h (revision 3466cebe94ba461b296bb1314e76118cc2823dfb)
1 struct some_descriptor
2 {
3   // commenting line above make this struct work
4   void *(*thunk)(struct some_descriptor *);
5   unsigned long key;
6 };
7 
8