Add in simple CTCE test
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
3
|
||||||
|
hello, world
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
import io: *
|
||||||
|
|
||||||
|
fun main(): int {
|
||||||
|
var a = #ctce(1+2)
|
||||||
|
println(a)
|
||||||
|
println(#ctce("junkhello, world"+4))
|
||||||
|
return 0
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user