blob: 29e8c81f3b1e8447288f3a5c7cd05d2ef3166a22 [file] [log] [blame]
// RUN: clang -parse-ast-check %s
static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}}
foo (void)
{
}