diff options
Diffstat (limited to 'clang/test/CodeGen/2003-12-14-ExternInlineSupport.c')
-rw-r--r-- | clang/test/CodeGen/2003-12-14-ExternInlineSupport.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CodeGen/2003-12-14-ExternInlineSupport.c b/clang/test/CodeGen/2003-12-14-ExternInlineSupport.c new file mode 100644 index 0000000..eb3859c --- /dev/null +++ b/clang/test/CodeGen/2003-12-14-ExternInlineSupport.c @@ -0,0 +1,3 @@ +// RUN: %clang_cc1 -std=gnu89 %s -emit-llvm -o - | not grep dead_function + +extern __inline__ void dead_function() {} |