top-level-semi-cxx0x.cpp revision a1d71aea847a50b3acbd187d2ae9e5c1ead0f4e2
1// RUN: clang-cc -fsyntax-only -pedantic -std=c++0x -verify %s
2
3void foo();
4
5void bar() { };
6
7void wibble();
8
9;
10