Deprecate __DATE__ and __TIME__ (#1786)

This commit is contained in:
Rangi
2025-08-11 09:48:18 -04:00
committed by GitHub
parent 7ade3e74b3
commit 92a9c73ee7
5 changed files with 28 additions and 4 deletions

3
test/asm/date-time.asm Normal file
View File

@@ -0,0 +1,3 @@
; these have unpredictable values depending on the locale
assert STRLEN(__DATE__)
assert STRLEN(__TIME__)