On Tue Nov 21 14:13:26 2023 +0000, Zebediah Figura wrote:
The function-overload tests fail on native. The problem is that "3(l)" is actually not an signed integer constant—it's an *unspecified* integer constant. Yes, native has those. I think there's a similar thing for floats too. So I'd just get rid of those components for now.
I see, I did not expect that. I changed the test a little and prepended a test for the expected fail.