New testcase

llvm-svn: 10468
This commit is contained in:
Chris Lattner 2003-12-15 00:03:53 +00:00
parent 884e824534
commit ab475b85f7
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
extern __inline__ void dead_function() {}