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