PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / asan / pr82484.c
blobf8051bd300c5a5dd3cb287b1e43fd03d075494ec
1 /* PR sanitizer/82484 */
2 /* { dg-do compile } */
4 void foo(volatile int *ptr);
5 void a (volatile int b) { foo(&b); }