Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.dg/modules/tdef-2_a.C
2023-03-06 14:48:14 +01:00

9 lines
130 B
C

// { dg-additional-options "-fmodules-ts" }
export module tdef;
// { dg-module-cmi tdef }
export typedef int I;
typedef int J;