blob: f619111208cba8f31c5224757266d0f249ec3229 [file] [log] [blame]
Chris Lattner43ec2ce2006-10-17 03:00:45 +00001// RUN: clang -fsyntax-only %s
2
3static __inline void __attribute__((__always_inline__, __nodebug__))
4foo (void)
5{
6}