Files
kraken/tests/disabled_test_ctce_pass.krak

13 lines
146 B
Plaintext

import node_counter: *
#ctce_pass(node_counter::node_counter_test)
fun small_func() {
println("hello")
}
fun main(): int {
return 0
}