svoid test_tok_eventFunctions() { testTranspilationFunction tok_eventFunctions( "event blubb;", [[ transient L onBlubb; selfType onBlubb(Runnable r) { onBlubb = syncAddOrCreate(onBlubb, r); this; } void blubb() { pcallFAll(onBlubb); } ]]); }