[ create a new paste ] login | about

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

C, pasted on Sep 19:
1
2
3
4
5
6
7
8
9
#include<stdio.h>


int main()
{
typedef struct { double x, y; } ACVector;
struct ACVector _translation;
return 0;
}     


Output:
1
2
In function 'main':
Line 7: error: storage size of '_translation' isn't known


Create a new paste based on this one


Comments: