very simple types working!

This commit is contained in:
pommicket 2022-01-19 22:23:29 -05:00
parent 57d918f8ff
commit 7ae8a22a94
3 changed files with 212 additions and 26 deletions

View file

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