[flang][cuda] Do not register global constants (#118582)
[llvm-project.git] / clang / test / Parser / top-level-semi-cxx0x.cpp
blob472686e8b3451da5a8a93274d2e6670d44186dca
1 // RUN: %clang_cc1 -fsyntax-only -pedantic -std=c++11 -verify %s
2 // expected-no-diagnostics
4 void foo();
6 void bar() { };
8 void wibble();
12 namespace Blah {
13 void f() { };
15 void g();