comparison clang/test/Parser/objc-foreach-syntax.m @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 79ff65ed7e25
children 1f2b6ac9f198
comparison
equal deleted inserted replaced
232:70dce7da266c 236:c4bab56944e8
7 return 0; 7 return 0;
8 } 8 }
9 @end 9 @end
10 10
11 11
12 int LOOP(); 12 int LOOP(void);
13 13
14 @implementation MyList (BasicTest) 14 @implementation MyList (BasicTest)
15 - (void)compilerTestAgainst { 15 - (void)compilerTestAgainst {
16 MyList * el; 16 MyList * el;
17 for (el in @"foo") 17 for (el in @"foo")