Compiler: Don't attempt to constant-fold automap markers. Attempting to get a constant from an expression like ({ "abc", "cde" })[*] is not possible and generates the compilation error "[*] not supported here", so don't attempt to. Fixes #10039.