Sign in
gnu
/
gcc
/
5938a6143466420f58f0ab50a43d4ee78ed93f1f
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test15856.d
blob: b61d1c4a81220ba4a3132a31b015b444ea5a16c5 [
file
]
// REQUIRED_ARGS: -transition=checkimports -de
// PERMUTE_ARGS:
/*
TEST_PUTPUT:
---
---
*/
class
Foo
{
import
imports
.
a15856
;
struct
Bar
{
c_long a
;
}
}