Home
last modified time | relevance | path

Searched refs:auto_param_func (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/Parser/
H A Dc2x-auto.c106 extern void auto_param_func(auto); // c23-error {{'auto' not allowed in function prototype}} \ in function_designators()
114 void (auto_param_func)(auto); // c23-error {{'auto' not allowed in function prototype}} \ in function_designators() local