blob: d9a0b8b650a9586aebe386d3aae8b7b0196b16ad [file] [log] [blame]
// PR 99170, pending instantiation snafu
// { dg-additional-options {-fmodule-header} }
// { dg-module-cmi {} }
namespace STD {
class string {
public:
template <typename T>
string (const T *);
};
}