Add another test case for r182814.

llvm-svn: 182882
This commit is contained in:
David Majnemer 2013-05-29 21:09:52 +00:00
parent 95ad7794a9
commit 970f30e248
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
extern void PR16167; // expected-error {{variable has incomplete type 'void'}}