blob: 6caa0509b24c799e107fc6ddda1812ec90ea654e [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -std=c++17" }
export module t;
// { dg-module-cmi t }
import t.s;
struct t;
export void f (t*, decltype (S)){}
// { dg-final { scan-assembler {_ZW1t1fPS_1tPS_W1s1s:} } }