The following is expected to be `{a}`, but actually `{{A_ThisFunc}}` will be printed. ```ahk a() a() { ; @Debug-Output => \{{A_ThisFunc}} } ```