llvm-6502/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr
Chris Lattner d598561318 New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10468 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-15 00:03:53 +00:00

4 lines
111 B
Plaintext

// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
extern __inline__ void dead_function() {}