xref: /llvm-project/clang/test/Modules/Inputs/template-default-args/c.h (revision 4440d6eae079c335ad372445b68b3d8b2cad6810)
1*4440d6eaSRichard Smith BEGIN
2e7bd6defSRichard Smith template<typename T = int> struct F;
3afe800c4SRichard Smith template<typename T, typename U> struct I;
4*4440d6eaSRichard Smith END
5