type splitting

This commit is contained in:
pommicket 2022-01-19 11:57:42 -05:00
parent c4b15b98bb
commit 57d918f8ff
3 changed files with 175 additions and 3 deletions

View file

@ -1 +1,4 @@
typedef int x;
typedef struct {
int i[41];
long double d;
} (*x)(void);