Ted Kremenek | 56b7086 | 2007-09-26 20:14:22 +0000 | [diff] [blame] | 1 | // RUN: clang -parse-ast -verify %s -pedantic |
Chris Lattner | 4b00965 | 2007-07-25 00:24:17 +0000 | [diff] [blame] | 2 | |
3 | static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}} | ||||
4 | foo (void) | ||||
5 | { | ||||
6 | } |