trailing-return-0x.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s 4 struct only struct 6 only(T) {} function in struct:only 9 only(U) function in struct:only 42 only<double> p1 = i(1.0); 69 only<int> p2 = xx.f(0L); 70 only<double> p3 = xx.g(0L, 1.0); 71 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
|