Home
last modified time | relevance | path

Searched defs:Boo (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dproto-hier-1.m28 @interface Boo: NSObject <Booing> // protocol has only one parent interface
31 @implementation Boo implementation
H A Dfwd-proto-1.m26 @protocol Boo <Bar> /* { /*dg*/-error "has circular dependency" } */ protocol