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