Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
no_TypeInfo.d
blob: 78056fc09b195ffaafa55bc59b7d066c2fd03a4e [
file
] [
log
] [
blame
]
/*
DFLAGS:
REQUIRED_ARGS: -c
EXTRA_SOURCES: extra-files/minimal/object.d
TEST_OUTPUT:
---
fail_compilation/no_TypeInfo.d(14): Error: `object.TypeInfo` could not be found, but is implicitly used
---
*/
void
test
()
{
int
i
;
auto
ti
=
typeid
(
i
);
}