(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
test16694.d
/*
TEST_OUTPUT:
---
fail_compilation/test16694.d(8): Error: cannot take address of imported symbol `bar` at compile time
---
*/
export void bar();
auto barptr = &bar;