1 // PR optimization/13067
2 // Origin: <bryner@brianryner.com>
4 // This used to fail on the tree-ssa because of "out-of-ssa"
5 // We might have a valid variable, but not a valid value when trying to find
6 // useless statements created by out-of-ssa translation. In this case
7 // val will be set to null, then later dereferenced. Bad.
10 // { dg-options "-Os" }
16 Iterator operator++();
19 void GetChar(char* aChar);