Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / config / test / boost_no_char16_t.ipp
index 8e7fbae..4efff95 100644 (file)
@@ -24,8 +24,8 @@ void f(const unsigned long*){}
 
 int test()
 {
-  const char16_t* p;
-  f(p);
+  const char16_t p(0);
+  f(&p);
   return 0;
 }