svoid test_tok_metaFor() { testTranspilationFunction tok_metaFor( "meta-for a in a, b { print(a); }", "print(a); print(b);", ); }