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