hanchenye-llvm-project/clang/test/Parser/attributes.c

7 lines
173 B
C

// RUN: clang -fsyntax-only -verify %s -pedantic
static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}}
foo (void)
{
}