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