svoid test_test_tok_localMacro() { testTranspilationFunction test_tok_localMacro( [[ macro declareS { S s = blubbi(); } run { declareS print(s); } ]], [[ run { S s = blubbi(); print(s); } ]] ); }