Files
codeql/cpp/ql/test/library-tests/variables/global/d.h
2022-06-23 09:05:32 +00:00

5 lines
46 B
C++

namespace aNameSpace {
extern int xs[2];
}