// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
void __attribute__; // expected-note {{candidate function}}
void __attribute__ foo; // expected-note {{candidate function}}
void kernel ker {
event_t evt;
foo;
foo;
foo; // expected-error {{no matching function for call to 'foo'}}
}
foo