Allow negative values to count macro arguments from the end (#1670)

This commit is contained in:
Rangi
2025-04-20 00:37:50 -04:00
committed by GitHub
parent df83bc31d2
commit 0b7cda9e0c
7 changed files with 91 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
-1: G == G
-2: F == F
-3: E == E
-4: D == D
-5: C == C
-6: B == B
-7: A == A
0: ==
-8: ==
2147483647: ==
-2147483648: == >
2147483648: == >
-1: G == G
4294967295: G == >