blob: 8f8f1f55464fe8fac5fe93ff36f8df17a673057d [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module edith;
// { dg-module-cmi edith }
#define STUART(X) X
import STUART(agnes);
export void STUART(gru) ();