type splitting
This commit is contained in:
parent
c4b15b98bb
commit
57d918f8ff
3 changed files with 175 additions and 3 deletions
|
@ -1 +1,4 @@
|
|||
typedef int x;
|
||||
typedef struct {
|
||||
int i[41];
|
||||
long double d;
|
||||
} (*x)(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue