Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
ice15138.d
blob: 95b8c274c0088b015f82e95a5d50f4b2ec8c8158 [
file
] [
log
] [
blame
]
// EXTRA_SOURCES: imports/ice15138a.d
// PERMUTE_ARGS: -unittest -inline
// COMPILE_SEPARATELY:
import
imports
.
ice15138a
;
void
main
()
{
JSONValue
v
;
v
.
get
!
JSONValue
;
}