very simple types working!
This commit is contained in:
parent
57d918f8ff
commit
7ae8a22a94
3 changed files with 212 additions and 26 deletions
|
@ -1,4 +1,6 @@
|
|||
typedef struct {
|
||||
/*typedef struct {
|
||||
int i[41];
|
||||
long double d;
|
||||
} (*x)(void);
|
||||
*/
|
||||
typedef long int unsigned Foo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue