using namespace std; #include struct S { int value; S next; }; int main () { S x; return 0; }