commas starting to work

This commit is contained in:
pommicket 2022-01-26 16:40:11 -05:00
parent 73b6a68559
commit 7ca37ea8db
4 changed files with 182 additions and 173 deletions

View file

@ -3,4 +3,5 @@
long double d;
} (*x)(void);
*/
typedef int Foo;
typedef int *Foo[3+342<<5];
typedef int A, *B[10];