diff options
Diffstat (limited to 'llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c')
-rw-r--r-- | llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c b/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c new file mode 100644 index 00000000000..fb92ec773c1 --- /dev/null +++ b/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c @@ -0,0 +1,3 @@ +// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function + +extern __inline__ void dead_function() {} |