1570af302Sopenharmony_ci#include <monetary.h>
2570af302Sopenharmony_ci#define T(t) (t*)0;
3570af302Sopenharmony_cistatic void f()
4570af302Sopenharmony_ci{
5570af302Sopenharmony_ciT(locale_t)
6570af302Sopenharmony_ciT(size_t)
7570af302Sopenharmony_ciT(ssize_t)
8570af302Sopenharmony_ci{ssize_t(*p)(char*restrict,size_t,const char*restrict,...) = strfmon;}
9570af302Sopenharmony_ci{ssize_t(*p)(char*restrict,size_t,locale_t,const char*restrict,...) = strfmon_l;}
10570af302Sopenharmony_ci}
11