Improve top-level-semicolon test a bit

llvm-svn: 79913
This commit is contained in:
Douglas Gregor 2009-08-24 12:20:57 +00:00
parent 8b9575f27e
commit 684582b632
1 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,9 @@ void bar() { };
void wibble();
;
namespace Blah {
void f() { };
void g();
}