Files
hakorune/apps/examples/json_query_min/main.hako

13 lines
308 B
Plaintext

// json_query_min — minimal quick smoke fixture (VM)
//
// This fixture prints a deterministic value for the smoke harness.
// Unused helper code is intentionally omitted to avoid failing strict JoinIR
// loop limitations during compilation.
static box Main {
main() {
print("2")
return 0
}
}