Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
test16694.d
blob: 1b15aa435fb5f71f43e0e5be2c9da50c81265047 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/test16694.d(8): Error: cannot take address of imported symbol `bar` at compile time
---
*/
export
void
bar
();
auto
barptr
=
&
bar
;