new testcase

llvm-svn: 39000
This commit is contained in:
Chris Lattner 2006-10-17 03:00:45 +00:00
parent ae986d5ac7
commit 43ec2ce473
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// RUN: clang -fsyntax-only %s
static __inline void __attribute__((__always_inline__, __nodebug__))
foo (void)
{
}