rename -parse-ast-dump to -ast-dump remove -parse-ast, which is redundant with -fsyntax-only llvm-svn: 42852
7 lines
173 B
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)
|
|
{
|
|
}
|