Files
clang-p2996/clang/test/CXX/module/module.interface/Inputs/header.h
2019-04-22 22:50:11 +00:00

4 lines
68 B
C++

extern int foo;
namespace bar { extern int baz(); }
static int baz;