1 // PR c++/65945
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-fabi-version=9" }
4 
5 static_assert(alignof (decltype (nullptr)) == alignof (void *), "");
6