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

11 lines
274 B
C

// { dg-additional-options "-fmodules-ts" }
import kevin;
void foo ()
{
frob (2); // { dg-error "invalid conversion" }
}
// { dg-regexp "In module bob, imported at \[^\n]*loc-2_c.C:7,\nof module kevin, imported at \[^\n]*loc-2_f.C:3:\n\[^\n]*loc-2_a.C:6:18: note:.*" }