forked from OSchip/llvm-project
parent
8b9575f27e
commit
684582b632
|
@ -7,3 +7,9 @@ void bar() { };
|
|||
void wibble();
|
||||
|
||||
;
|
||||
|
||||
namespace Blah {
|
||||
void f() { };
|
||||
|
||||
void g();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue