Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.dg
/
gdc4.d
blob: 9a7499a1490b949a2fe98109bd771d9d77a96b43 [
file
] [
log
] [
blame
]
// https://bugzilla.gdcproject.org/show_bug.cgi?id=4
// { dg-do compile }
void
test4
()
{
string
str
=
"allo"
;
static
assert
(!
__traits
(
compiles
,
str
.
reverse
));
static
assert
(!
__traits
(
compiles
,
str
.
sort
));
}