| Chris Lattner | 4045a8a | 2007-10-11 00:18:28 +0000 | [diff] [blame] | 1 | // RUN: clang -fsyntax-only -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 | } | ||||