BUGS: Added macro bug
authorLukas Krickl <lukas@krickl.dev>
Mon, 14 Apr 2025 13:33:02 +0000 (15:33 +0200)
committerLukas Krickl <lukas@krickl.dev>
Mon, 14 Apr 2025 13:33:02 +0000 (15:33 +0200)
BUGS.md

diff --git a/BUGS.md b/BUGS.md
index 0fd1d31701dcf0808b3c1535fc09475fa07141b8..e4502864a6c95d2ac64267f98a4cb30ca2683795 100644 (file)
--- a/BUGS.md
+++ b/BUGS.md
@@ -1 +1,17 @@
 # Known Bugs
+
+## It is not possible to use #define as macro arguments
+
+To reproduce:
+
+- Create a macro
+- #define a constnat
+- Pass the constant as argument
+
+Expected
+
+- The macro uses the constant as is
+
+Acrual:
+
+- The constant fails to resolve