summaryrefslogtreecommitdiffstats
path: root/test/FrontendObjC/2008-11-24-ConstCFStrings.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendObjC/2008-11-24-ConstCFStrings.m')
-rw-r--r--test/FrontendObjC/2008-11-24-ConstCFStrings.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/FrontendObjC/2008-11-24-ConstCFStrings.m b/test/FrontendObjC/2008-11-24-ConstCFStrings.m
deleted file mode 100644
index 976adc4..0000000
--- a/test/FrontendObjC/2008-11-24-ConstCFStrings.m
+++ /dev/null
@@ -1,11 +0,0 @@
-// RUN: %llvmgcc -x objective-c -m64 -S %s -o - | grep {L_unnamed_cfstring_}
-
-@class NSString;
-
-@interface A
-- (void)bork:(NSString*)msg;
-@end
-
-void func(A *a) {
- [a bork:@"Hello world!"];
-}
OpenPOWER on IntegriCloud