freebsd-dev/test/Parser/top-level-semi-cxx0x.cpp
2009-10-14 18:03:49 +00:00

16 lines
163 B
C++

// RUN: clang-cc -fsyntax-only -pedantic -std=c++0x -verify %s
void foo();
void bar() { };
void wibble();
;
namespace Blah {
void f() { };
void g();
}