Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
depmsg15814.d
blob: 613576c256f236a657018c51d4bcc591e31da4c9 [
file
] [
log
] [
blame
]
// REQUIRED_ARGS: -de
/*
TEST_OUTPUT:
---
fail_compilation/depmsg15814.d(9): Deprecation: function `depmsg15814.get15814` is deprecated - bug15814
---
*/
deprecated
(
"bug15814"
)
int
get15814
()
{
return
0
;
}
enum
val15814
=
get15814
();