зеркало из https://github.com/microsoft/clang-1.git
remove typedef.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43109 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
9caf8b1ca6
Коммит
02209fbebc
|
@ -1,7 +1,5 @@
|
|||
// RUN: clang -parse-noop %s
|
||||
|
||||
typedef struct objc_selector *SEL;
|
||||
|
||||
int main() {
|
||||
SEL s = @selector(retain);
|
||||
SEL s1 = @selector(meth1:);
|
||||
|
|
Загрузка…
Ссылка в новой задаче