commit | 1b2fc0f3e181d99fb34f60e711066fb11628ecd0 | [log] [tgz] |
---|---|---|
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | Wed Nov 25 22:58:06 2009 +0000 |
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | Wed Nov 25 22:58:06 2009 +0000 |
tree | 6c02f9ca3bd0f6cd6ffc0e45ca20721f910d228b | |
parent | 3ad4104b19d821338499d01498c27ad2f3c42b04 [diff] [blame] |
Fix attribute between function decl ')' and '{' or '=0' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89894 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Parser/attributes.c b/test/Parser/attributes.c index dc2bb02..cad39d3 100644 --- a/test/Parser/attributes.c +++ b/test/Parser/attributes.c
@@ -51,3 +51,4 @@ // rdar://6096491 void __attribute__((noreturn)) d0(void), __attribute__((noreturn)) d1(void); +void d2(void) __attribute__((noreturn)), d3(void) __attribute__((noreturn));