]> git.saurik.com Git - apple/ld64.git/blobdiff - ld64-134.9/unit-tests/test-cases/cfstring-and-cstring/bar.c
ld64-136.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / cfstring-and-cstring / bar.c
diff --git a/ld64-134.9/unit-tests/test-cases/cfstring-and-cstring/bar.c b/ld64-134.9/unit-tests/test-cases/cfstring-and-cstring/bar.c
deleted file mode 100644 (file)
index 3441ce9..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <CoreFoundation/CFString.h>
-
-
-//
-// llvm may make cfstring that has backing store of kTest
-//
-
-
-const char kTest[] = "test";
-
-void bar()
-{
-       CFStringGetLength(CFSTR("test"));
-}