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