From 2c904ff1737e34008f7a6c5d4b072d87a45a3fbc Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 19 Nov 2024 13:41:52 -0500 Subject: Go back to stringifying integers/num32s/bytes without the type constructor. --- 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 3c0949cd..6e5b119e 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 } - = Int32(3) + = 3 >> inline C { say(Text("Inline C code works!"), true); -- cgit v1.2.3