Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.dg/modules/namespace-4_c.C
2023-03-06 14:48:14 +01:00

15 lines
140 B
C

// { dg-additional-options "-fmodules-ts" }
import frob;
namespace
{
float *nope;
}
float *q ()
{
f (int (*nope));
return nope;
}