some update.

This commit is contained in:
ykiko
2024-08-29 18:19:56 +08:00
parent a94b33d012
commit a7c06db687
12 changed files with 7775 additions and 264 deletions

View File

@@ -1,15 +1 @@
#if 1
int x = 1;
#else
int y = 2;
#endif
#ifdef X
int y = 2;
#endif
#include <vector>