Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.dg/modules/ns-dup-1_b.C
2023-03-06 14:48:14 +01:00

12 lines
182 B
C

// { dg-additional-options {-fmodules-ts -Wno-pedantic} }
module;
# 5 __FILE__ 1
namespace std {}
# 7 "" 2
export module bob;
// { dg-module-cmi bob }
import foo;
namespace std {}