[ create a new paste ] login | about

Link: http://codepad.org/givbSJin    [ raw code | output | fork ]

C, pasted on Sep 23:
1
2
3
4
5
6
7
8
#define N 8

struct matrix_type
{
    int i[N][N] : 1;
} matrix;

int main(){}


Output:
1
Line 5: error: bit-field 'i' has invalid type


Create a new paste based on this one


Comments: