[ create a new paste ] login | about

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

C++, pasted on Dec 25:
1
2
3
4
5
6
7
8
9
struct A
{
    enum InternalEnum
    {
        a,b,c,d
    };
};

int main() {}


Output:
No errors or program output.


Create a new paste based on this one


Comments: