何时以及如何在sizeof表达式中评估VLA?
C标准使用以下语言:
6.5.3.4 The sizeof and _Alignof operators
Semantics
The sizeof operator yields the size (in bytes) of its operand, which may be an expression or the parenthesized name of a type. The size is determined from the type of the operand. The result ...