[[accumulate]] void foo() {
print("hello ");
}
print("accumulation ");
print("world\n");
void main() {
foo();