FSatCorp

Results 1 issues of FSatCorp

Hi, I think I found a small problem with the parse_typedef function in inspect.py. Here's a MWE to reproduce the problem: uut.h: ``` typedef int mytype1, mytype2; int uutfun(); mytype1...