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

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

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