Fix the clang-wpa example.
[clang.git] / test / Parser / top-level-semi-cxx0x.cpp
blob592483c86bb63990d3939733da017192dc54c733
1 // RUN: %clang_cc1 -fsyntax-only -pedantic -std=c++0x -verify %s
3 void foo();
5 void bar() { };
7 void wibble();
11 namespace Blah {
12 void f() { };
14 void g();