aboutsummaryrefslogtreecommitdiff
path: root/test/inline_c.tm
blob: a9a7d6fca83f9d66ee215e0f4ae576d81ff6b3e5 (plain)
1
2
3
4
5
6
7
8

func main()
    >> C_code:Int32`int x = 1 + 2; x`
    = Int32(3)

    >> C_code `
        say(Text("Inline C code works!"), true);
    `