3 // { dg-shouldfail "asan" }
5 void foo (double a
, double b
)
12 double square () { __builtin_printf ("", *ptr
); }
23 // { dg-output "ERROR: AddressSanitizer: stack-use-after-scope on address.*(\n|\r\n|\r)" }
24 // { dg-output "READ of size.*" }
25 // { dg-output ".*'x' <== Memory access at offset \[0-9\]* is inside this variable.*" }