1 // RUN: %clang_cc1 -verify %s
2 // RUN: %clang_cc1 -verify=c2x -std=c2x %s
5 * remove implicit function declaration
9 frobble(); // expected-error {{call to undeclared function 'frobble'; ISO C99 and later do not support implicit function declarations}} \
10 c2x
-error
{{undeclared identifier
'frobble'}}