index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
alignof4.C
blob: ca3c47ad67dc20a73242d4ef20680172c8d8d1cb (
plain
)
1
2
3
4
5
6
7
// PR c++/51316
// { dg-do compile { target c++11 } }
int
main
()
{
alignof
(
int
[]);
}