[ create a new paste ] login | about

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

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

extem int x;

int main()
{

    printf("aaa");
return 0;
}


Output:
1
Line 3: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'


Create a new paste based on this one


Comments: