commit | bf39547bd4b9b3c9ebbd4b37f293ad2c8ce75964 | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Tue Sep 02 18:04:36 2008 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Tue Sep 02 18:04:36 2008 +0000 |
tree | 564a81f47ee22b5d4547ae6863401aa7f253df00 | |
parent | 6f5d1a11a2b7a31b9c27edc6ecee619c1eb8affc [diff] [blame] |
Pull code from last commit. will put back soon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55637 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Parser/block-block-storageclass.c b/test/Parser/block-block-storageclass.c index c15d731..c9be12f 100644 --- a/test/Parser/block-block-storageclass.c +++ b/test/Parser/block-block-storageclass.c
@@ -1,5 +1,5 @@ // RUN: clang -fsyntax-only -verify -parse-noop %s - +#if 0 #include <stdio.h> void _Block_byref_release(void*src){} @@ -16,3 +16,4 @@ return X; } +#endif