1 /* Check that Asan correctly instruments bitfields with round offset. */
4 /* { dg-shouldfail "asan" } */
13 int __attribute__ ((noinline
, noclone
))
15 return ((struct A
*)p
)->x
;
25 /* { dg-output "ERROR: AddressSanitizer: stack-buffer-overflow" } */