質問編集履歴
1
不足分の説明を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -86,7 +86,9 @@
|
|
86
86
|
|
87
87
|
~TestClass3() {};
|
88
88
|
|
89
|
+
|
89
90
|
|
91
|
+
static tmp1 tmp4(){ tmp1 b; return b;}
|
90
92
|
|
91
93
|
void Hello3(void){ TRACE("hello3 \n"); return; }
|
92
94
|
|