]> git.wh0rd.org Git - ICEs.git/blob - 155765/test.cpp
more
[ICEs.git] / 155765 / test.cpp
1 #define PACKAGE_NAME ""
2 #define PACKAGE_TARNAME ""
3 #define PACKAGE_VERSION ""
4 #define PACKAGE_STRING ""
5 #define PACKAGE_BUGREPORT ""
6 #define PACKAGE "umbrello"
7 #define VERSION "3.5.5"
8 #define KDELIBSUFF "64"
9 #define STDC_HEADERS 1
10 #define HAVE_SYS_TYPES_H 1
11 #define HAVE_SYS_STAT_H 1
12 #define HAVE_STDLIB_H 1
13 #define HAVE_STRING_H 1
14 #define HAVE_MEMORY_H 1
15 #define HAVE_STRINGS_H 1
16 #define HAVE_INTTYPES_H 1
17 #define HAVE_STDINT_H 1
18 #define HAVE_UNISTD_H 1
19 #define HAVE_DLFCN_H 1
20 #include <string>
21  using namespace std;
22
23  int
24  main ()
25  {
26    string astring="Hallo Welt.";
27    astring.erase(0, 6); // now astring is "Welt"
28    return 0;
29
30    ;
31    return 0;
32  }
33