From 45b533945f0851ec234ca846e1af5ee1e4df0b6e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 30 Dec 2015 11:49:41 +0000 Subject: Vendor import of clang trunk r256633: https://llvm.org/svn/llvm-project/cfe/trunk@256633 --- test/CodeGenObjC/encode-test.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/CodeGenObjC/encode-test.m') diff --git a/test/CodeGenObjC/encode-test.m b/test/CodeGenObjC/encode-test.m index 0002c0f6e460..710e65be62da 100644 --- a/test/CodeGenObjC/encode-test.m +++ b/test/CodeGenObjC/encode-test.m @@ -177,3 +177,6 @@ const char g13[] = @encode(__typeof__(*test_class)); const char g14[] = @encode(__typeof__(*test_id)); // CHECK: constant [14 x i8] c"{objc_class=}\00" // CHECK: constant [15 x i8] c"{objc_object=}\00" + +// CHECK: @g15 = constant [2 x i8] c":\00" +const char g15[] = @encode(SEL); -- cgit v1.2.3