blob: a9bf2dd0583c1a20af5d3ca76295429c7da9a320 [file] [log] [blame]
// PR c++/117397
// { dg-additional-options "-fmodule-header" }
// { dg-module-cmi {} }
template <typename T> struct S;
import "dguide-5_b.H";
S<int> foo();