[ create a new paste ] login | about

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

D, pasted on Aug 31:
1
2
3
4
5
6
7
8
9
import std.stdio;
struct S{
ubyte[65529] m;
}

void main() {
S[100] s;
writefln( "hoge" );
}


Output:
1
hoge


Create a new paste based on this one


Comments: