test.c的
int main () { void a; return 0; }
我使用gcc编译,但它给了我一个错误:
错误:变量或字段'a'声明为void
从我在这里读到的,我以为我可以毫无问题地声明void变量.
c variables types void
c ×1
types ×1
variables ×1
void ×1