1 /* Check that taking the address of a local variable marked 'volatile'
2 by the compiler does not generate untoward errors. */
3 /* Developed by Ziemowit Laski <zlaski@apple.com>. */
5 /* { dg-options "-fobjc-exceptions" } */
6 /* { dg-do compile } */
8 void foo (int *arg1, int *arg2)