blob: 4d005a876ecd2b956365607ef2c12212a8124f1d [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
// From Andrew Sutton
export module foo;
// { dg-module-cmi foo }
export class A {
friend class B;
};