a b/test/types-typedef-basic.c
1
static int func(void)
2
{
3
    return 1;
4
}
5
6
typedef long int ptrdiff_t;
7
void* sbrk(ptrdiff_t __increment);