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
/
has_trivial_destructor-2.C
blob: f9dacf179e19029411e02e2c0a5efadac16ec102 (
plain
)
1
2
3
// PR c++/36855
typedef
char
assert_0
[
__has_trivial_destructor
(
int
&
)
?
1
:
-
1
];