]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/17_intro/header_cstring.cc
*.cc: Remove spaces, make sure testcases return zero.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 17_intro / header_cstring.cc
index 02d51eae697e8583a29b8fd677baa9633f434921..ae8852a43e06e7276f03456f093ab66c7d549f35 100644 (file)
 int main(void)
 {
   // Make sure size_t is in namespace std
-  // { dg-do compile }
   std::size_t i = std::strlen("tibet shop/san francisco (415) 982-0326");
   return 0;
 }
-
-
-
-