edit test.cpp

This commit is contained in:
2021-03-04 16:14:44 +09:00
parent 3b17e42092
commit ff89c6a6ab
2 changed files with 6 additions and 6 deletions

View File

@ -46,7 +46,7 @@ int main(int ArgiCnt, char** AppArgu)
VO_IntList.AddTail(9);
typedef ZtStTuple<int> ZCTuple;
typedef ZtStTuple<int, int> ZCTuple;
ZCTuple VO_CTuple; VO_CTuple._1 = 1;