summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50606-bug_1366.m
blob: f4058b1f76cddd0e54407af8ea6cd58599b1ebae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@implementation UCTestClass

-(void) test
{
   switch (test)
   {
   case "longlonglonglong": {
      i = 1;
   }
   break;
   }
}

@end