starting to move things around; nothing broken yet seemingly

This commit is contained in:
pommicket 2022-01-25 23:13:29 -05:00
parent fb564812c2
commit 618be81b5c
2 changed files with 58 additions and 38 deletions

View file

@ -3,4 +3,4 @@
long double d;
} (*x)(void);
*/
typedef int Foo(struct Bar { int x, y; }*);
typedef int Foo(struct Bar *);