Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector3.C
blob: 1a67cf76a61d69c7c460a0c49f03cfd842918518 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "" } */
// PR c++/28302
int
__attribute__
((
vector_size
(
8
)))
x
;
void
foo
()
{
~
x
;
}