Home | History | Annotate | Download | only in template-default-args
      1 BEGIN
      2 template<typename T = int> struct F;
      3 template<typename T, typename U> struct I;
      4 END
      5