blob: e8bef6fe8e858ad52e02486035ce3e6b4850bcfc [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
#define bob(n) fred
export module foo.bar:bob;
// { dg-module-cmi foo.bar:bob }