OSDN Git Service

PR testsuite/49753
[pf3gnuchains/gcc-fork.git] / libmudflap / testsuite / libmudflap.c++ / pass41-frag.cxx
1 #include <string>
2 #include <iostream>
3
4 int
5 main (int argc, char *argv[])
6 {
7     std::string myStr = "Hello, World!";
8     std::cout << myStr << std::endl;
9     return 0;
10 }
11
12 /* Ignore a warning that is irrelevant to the purpose of this test.  */
13 /* { dg-prune-output ".*mudflap cannot track unknown size extern.*" } */