blob: a152b5191d811439640c622b4ce183b06bcf6654 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module agnes;
// { dg-module-cmi agnes }
int a;
#define BOB(X) int X ()
#define KEVIN(X) int X ()
export BOB(me);
export KEVIN(you);