3 // Mangling of classes from std::decimal are special-cased.
4 // Derived from g++.dg/abi/mangle15.C.
10 typedef float __decfloat64 __attribute__ ((mode (DD)));
11 explicit decimal64 (float __r):__val (__r) {}
19 template <typename T> std::decimal::decimal64 f ();
22 typedef std::decimal::decimal64 (A::*P)();
24 template <P> struct S {};
26 void g (S<&A::f<std::decimal::decimal64> >) {}
28 // { dg-final { scan-assembler "\n?_Z1g1SIXadL_ZN1A1fIDdEEDdvEEE\[: \t\n\]" } }