Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.dg/modules/import-1_f.C

9 lines
111 B
C++
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
// { dg-additional-options "-fmodules-ts" }
module Foop;
int Thing ()
{
Quux (1); // from Bar
return 0;
}