1 /* { dg-do compile } */
2 /* { dg-options "-Wstrict-aliasing=2 -O2" } */
9 return (T *)&x; /* { dg-warning "strict-aliasing" } */
12 template int *foo<int>(void); /* { dg-message "required from here" } */
13 template char *foo<char>(void); /* { dg-bogus "required from here" } */