From b8d7eabc023bf9db0150049d8e909086f6ad91bc Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 5 Nov 2024 15:18:32 -0500 Subject: Deprecate bit-width integer/num literals in favor of using type constructors --- test/inline_c.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/inline_c.tm') diff --git a/test/inline_c.tm b/test/inline_c.tm index 876e78fd..3c0949cd 100644 --- a/test/inline_c.tm +++ b/test/inline_c.tm @@ -1,7 +1,7 @@ func main(): >> inline C:Int32 { int x = 1 + 2; x } - = 3[32] + = Int32(3) >> inline C { say(Text("Inline C code works!"), true); -- cgit v1.2.3