blob: 29e8c81f3b1e8447288f3a5c7cd05d2ef3166a22 [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang -parse-ast-check %s
2
3static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}}
4foo (void)
5{
6}