Open
Description
clang compiles this with no error:
[[gnu::error("error please")]]
void cleaner_function(char*);
void asdf(void){
[[gnu::cleanup(cleaner_function)]]
char x;
}
clang is x86_64 20.1.7 downloaded from https://mirrors.edge.kernel.org/pub/tools/llvm/