]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/modules/partial-2_a.C
c++ modules: variable template partial spec fixes [PR107033]
[gcc.git] / gcc / testsuite / g++.dg / modules / partial-2_a.C
1 // PR c++/106826
2 // { dg-additional-options -fmodules-ts }
3 // { dg-module-cmi pr106826 }
4 export module pr106826;
5
6 #include "partial-2.h"
This page took 0.038037 seconds and 5 git commands to generate.