repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
nullptr-align.C
blob
7de365a4408a9b96c4132edffa2b01020fd5dc96
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 *), "");