Ted Kremenek | 9f3d942 | 2007-09-26 20:14:22 +0000 | [diff] [blame] | 1 | // RUN: clang -parse-ast -verify %s -pedantic |
Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 2 | |
3 | static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}} | ||||
4 | foo (void) | ||||
5 | { | ||||
6 | } |