blob: 7ed524c40b0fbda7f939d3ef73af5e3e87553232 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
#define bob() fred
export module foo.bar:baz.bob ();
// { dg-error "module partition followed by '\\\('" "" { target *-*-* } .-1 }
// { dg-error "expected" "" { target *-*-* } .-2 }
// { dg-module-cmi !foo.bar:baz.bob }
// { dg-module-cmi !foo.bar:baz.fred }