diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:07:23 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:07:23 -0400 |
| commit | 6782cc5570e194791ca6cdd695b88897e9145564 (patch) | |
| tree | a428e9d954aca251212ec1cf15bd35e0badce630 /test/inline_c.tm | |
| parent | 448e805293989b06e07878a4a87fdd378f7c6e02 (diff) | |
No more colons for blocks
Diffstat (limited to 'test/inline_c.tm')
| -rw-r--r-- | test/inline_c.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/inline_c.tm b/test/inline_c.tm index 3c0949cd..a79359d1 100644 --- a/test/inline_c.tm +++ b/test/inline_c.tm @@ -1,5 +1,5 @@ -func main(): +func main() >> inline C:Int32 { int x = 1 + 2; x } = Int32(3) |
