Home | History | Annotate | Download | only in Inputs
      1 #include "cxx-irgen-top.h"
      2 
      3 S<int> s;
      4 
      5 inline int instantiate_min() {
      6   return min(1, 2);
      7 }
      8 
      9 inline int instantiate_CtorInit(CtorInit<int> i = CtorInit<int>()) {
     10   return i.a;
     11 }
     12