language: C99 strict (gcc-4.3.4)
date: 111 days 17 hours ago
link:
可見度: public
1
2
3
4
5
6
#include <stdio.h>
enum {MAX_DATA_SIZE   = unsigned char(~0) * sizeof(long);};
int main(void) {
         
        return 0;
}
prog.c:2: error: expected expression before ‘unsigned’