为什么C允许这样:
typedef struct s { int arr[]; } s;
数组arr没有指定大小?
arr
c arrays flexible-array-member
arrays ×1
c ×1
flexible-array-member ×1