// { dg-additional-options "-fmodules-ts" }
#if 1
export module bob;
// { dg-module-cmi bob }
#endif

import kevin;

X *f;

