1 // RUN: %clang_cc1 -emit-llvm %s -o -
3 TFENode(const TFENode& inNode);
6 @interface TIconViewController
7 - (const TFENode&) target;
10 void sortAllChildrenForNode(const TFENode&node);
12 @implementation TIconViewController
13 - (void) setArrangeBy {
14 sortAllChildrenForNode(self.target);