blob: ecd1237aad8b8d648eb188b50f5af6d5c3094cf0 [file] [log] [blame]
Ted Kremenek56b70862007-09-26 20:14:22 +00001// RUN: clang -parse-ast -verify %s -pedantic
Chris Lattner4b009652007-07-25 00:24:17 +00002
3static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}}
4foo (void)
5{
6}