repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix SIMD clone SLP a bit more
[official-gcc.git]
/
libphobos
/
testsuite
/
libphobos.exceptions
/
unittest_assert.d
blob
bb4f2c214b6527e40aa6ae063a802e749ec11165
1
// { dg-options "-funittest" }
2
// { dg-shouldfail "unittest_assert msg" }
3
// { dg-output "core.exception.AssertError@.*: unittest_assert msg" }
4
unittest
5
{
6
assert
(
0
,
"unittest_assert msg"
);
7
}
8
9
void
main
()
10
{
11
}