index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
ext
/
complex7.C
blob: 9d5463f94dcd1d40155b3b661fdb34493af25e77 (
plain
)
1
2
3
4
5
6
// { dg-options "" }
class
A
{
static
const
_Complex
double
x
=
1.0
+
2.0
i
;
};