(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
concept-7_a.C
// PR c++/102963
// { dg-additional-options "-fmodules-ts -fconcepts" }
// { dg-module-cmi pr102963 }

export module pr102963;

export template<class T> concept C = __is_same(T, int);