blob: bc9b2a213f0658a72ae804c36ecaf3b3b6a372ce [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module mod;
// Test that we can access (and link) to declarations from the interface
void test_from_impl_unit() {
only_used_in_impl().f();
}