From 24b638d64205d25d203a5a56d721fec4f0586755 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 14 Apr 2025 15:33:02 +0200 Subject: [PATCH] BUGS: Added macro bug --- BUGS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/BUGS.md b/BUGS.md index 0fd1d31..e450286 100644 --- 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 -- 2.30.2