2024-09-15 14:34:34 -07:00
|
|
|
|
2025-04-06 13:07:23 -07:00
|
|
|
func main()
|
2024-09-15 14:34:34 -07:00
|
|
|
>> inline C:Int32 { int x = 1 + 2; x }
|
2025-03-25 12:40:59 -07:00
|
|
|
= Int32(3)
|
2024-09-15 14:34:34 -07:00
|
|
|
|
|
|
|
>> inline C {
|
|
|
|
say(Text("Inline C code works!"), true);
|
|
|
|
}
|