Files
codeql/cpp/ql/test/library-tests/declarationEntry/template/src5.fwd.hpp
2018-08-02 17:53:23 +01:00

9 lines
132 B
C++

// src5.fwd.hpp
#ifndef SRC5_FWD_HPP
#define SRC5_FWD_HPP
template<class elem> class my_istream;
#endif // SRC5_FWD_HPP