afs162.c

来自「开放源码的编译器open watcom 1.6.0版的源代码」· C语言 代码 · 共 11 行

C
11
字号
// compile -w4
// low priority: I don't think this is nice but it isn't the end of the world (AFS)
struct S {
    int x;
    S( int n ) : x(n) {}
    struct N;
private:
    struct N {
    };
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?