(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
init-2_c.C
// { dg-additional-options "-fmodules-ts -fno-inline" }
export module Baz;
// { dg-module-cmi Baz }

// { dg-final { scan-assembler {_ZGIW3Baz:} } }
// But it is empty, and so no idempotency bool
// { dg-final { scan-assembler-not {_ZZ9_ZGIW3BazE9__in_chrg} } }
// { dg-final { scan-assembler-not {.(quad|long)[ \t]+_ZGIW3Baz} { target i?86-*-* x86_64-*-* } } }