repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
CodeGenObjC
/
undefined-protocol.m
blob
78cf8da336c3337072ede0d20518b5c1a384ef3b
1
// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
2
3
// PR13820
4
// REQUIRES: LP64
5
6
@protocol MadeUpProtocol;
7
8
@interface Object <MadeUpProtocol> @end
9
@implementation Object @end