[ create a new paste ] login | about

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

C, pasted on Jun 30:
1
2
3
4
5
6
7
8
struct A {int a;};

int main()
{
struct A a;
a.a = 686;
return 0;
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: