2 /* { dg-options "-fsanitize=null -w" } */
3 /* { dg-shouldfail "ubsan" } */
4 /* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */
6 typedef volatile const _Complex
float *T
;
17 /* { dg-output "load of null pointer of type 'volatile const complex float'(\n|\r\n|\r)" } */