Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
nullptr-align.C
blob: 7de365a4408a9b96c4132edffa2b01020fd5dc96 [
file
] [
log
] [
blame
]
// PR c++/65945
// { dg-do compile { target c++11 } }
// { dg-options "-fabi-version=9" }
static_assert
(
alignof
(
decltype
(
nullptr
))
==
alignof
(
void
*),
""
);