Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
libphobos
/
testsuite
/
libphobos.config
/
test20459.d
blob: 248720d8f30cec99bb9ea771fb2c2af2e9a88698 [
file
] [
log
] [
blame
]
void
main
(
string
[]
args
)
{
assert
(
args
.
length
==
5
);
assert
(
args
[
1
..
$
]
==
[
"foo"
,
"bar"
,
"--"
,
"--DRT-gcopts=profile:1"
]);
}