This commit is contained in:
2025-03-27 00:44:25 +08:00
parent 0bee7379cc
commit ffc6eea779
13 changed files with 374 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"Fake loop": {
"prefix": "fake_loop",
"body": ["while (0) { /* Fake loop */", "}"],
"description": "Fake loop"
},
"Fake array": {
"prefix": "fake_array",
"body": ["if (0) { /* Fake array */", " int a[1];", "}"],
"description": "Fake array"
}
}