Files
codeql/cpp/ql/test/library-tests/declarationEntry/template/src5.fwd.hpp
2018-09-23 16:23:52 -07:00

9 lines
124 B
C++

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