// { dg-additional-options "-fmodules" } #include "dguide-6.h" import M; int main() { S a(1); S a_copy = a; S b(2, 3); S b_copy = b; }