Files
codeql/cpp/ql/test/query-tests/jsf/4.07 Header Files/AV Rule 35/namespace2.h
2018-08-02 17:53:23 +01:00

7 lines
111 B
C++

// BAD: this should have a header guard
namespace std
{
extern "C" int (myFunction)(char *param) throw();
};