Files
codeql/cpp/ql/test/library-tests/variables/global/d.h
2022-06-22 07:56:27 +02:00

5 lines
46 B
C++

namespace aNameSpace {
extern int xs[2];
}