Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
static_import.d
blob: 24b7bc1954686ac714d42fb3d1b9521728fc0176 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/static_import.d(8): Error: static import `core` cannot have an import bind list
---
*/
static
import
core
.
stdc
.
stdio
:
p
=
q
;