1 // REQUIRED_ARGS: -o-
2 // PERMUTE_ARGS:
3 
foo()4 void foo()
5 {
6     int a;
7     int* bar() { return &a; }
8 }
9