blob: 2a34457f5affd97081c94e1b08be4fa874ae38e9 [file] [log] [blame]
// PR c++/113814
// { dg-additional-options "-fmodules-ts" }
import "partial-6_b.H";
template <typename>
struct TestTTP2;
int main() {
int a = f<double>().a;
int b = g<TestTTP2>().b;
}