2 // { dg-shouldfail "asan" }
4 int *bar (int *x
, int *y
) { return y
; }
45 // { dg-output "ERROR: AddressSanitizer: stack-use-after-scope on address.*(\n|\r\n|\r)" }
46 // { dg-output "READ of size 4 at.*" }
47 // { dg-output ".*'c' <== Memory access at offset \[0-9\]* is inside this variable.*" }