This website requires JavaScript.
Explore
Help
Sign In
dong
/
certificate
Watch
1
Star
0
Fork
You've already forked certificate
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
certificate
/
include
/
cryptopp
/
TestPrograms
/
test_cxx11_alignas.cpp
6 lines
87 B
C++
Raw
Permalink
Blame
History
int
main
(
int
argc
,
char
*
argv
[
]
)
{
alignas
(
8
)
unsigned
char
x
[
16
]
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink