Sign in
ara-mdk
/
platform
/
external
/
clang
/
f3260565f46491a0d99e41d47a13767218242ce5
/
.
/
test
/
SemaCXX
/
warn-static-function-inheader.h
blob: 1c9e00b8bd22f4efec03fad607b363fab35bf715 [
file
] [
log
] [
blame
]
static
void
thing
(
void
)
{
// expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}}
}