Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail19912a.d
blob: 31a508a49540f4f87fe5b6f033791fe0cd2dc45b [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail19912a.d(7): Error: struct `fail19912a.object` conflicts with import `fail19912a.object` at fail_compilation/fail19912a.d
---
*/
struct
object
{
}
void
fun
(
string
)
{
}